X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fotf.git;a=blobdiff_plain;f=otf-ssh-test-head%2Fhelm%2Fotf-ssh-test-head%2Ftemplates%2Fsecret.yaml;fp=otf-ssh-test-head%2Fhelm%2Fotf-ssh-test-head%2Ftemplates%2Fsecret.yaml;h=7a056a9770b086b8cc23e993384f778abada344f;hp=0000000000000000000000000000000000000000;hb=f49bd1efeaaddd4891c1f329b18d8cfb28b3e75b;hpb=5d8b2580c97e466f9c5a6c78693c24277d94244c diff --git a/otf-ssh-test-head/helm/otf-ssh-test-head/templates/secret.yaml b/otf-ssh-test-head/helm/otf-ssh-test-head/templates/secret.yaml new file mode 100644 index 0000000..7a056a9 --- /dev/null +++ b/otf-ssh-test-head/helm/otf-ssh-test-head/templates/secret.yaml @@ -0,0 +1,8 @@ +apiVersion: v1 +kind: Secret +metadata: + name: {{ .Values.appName}} +type: Opaque +data: + id_private_key: {{ .Files.Get .Values.Secret.id_private_key | b64enc }} + id_private_key_passphrase: {{ .Values.Secret.id_private_key_passphrase | b64enc }} \ No newline at end of file