openscanhub: try to fix key format, take #2
This commit is contained in:
parent
b5b5535c7e
commit
dd92dcd208
1 changed files with 2 additions and 2 deletions
|
@ -4,5 +4,5 @@ kind: Secret
|
|||
metadata:
|
||||
name: aws-openscanhub-key
|
||||
data:
|
||||
id_rsa: "{{ lookup('file', private+'/files/openscanhub/openscanhub.key') | b64encode }}"
|
||||
id_rsa.pub: "{{ lookup('file', private+'/files/openscanhub/openscanhub.key.pub') | b64encode }}"
|
||||
id_rsa: "{{ lookup('file', private+'/files/openscanhub/openscanhub.key') + '\n' | b64encode }}"
|
||||
id_rsa.pub: "{{ lookup('file', private+'/files/openscanhub/openscanhub.key.pub') + '\n' | b64encode }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue