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=039c3139a3c3dc09374831ab7cd7506f57507114;hp=7a056a9770b086b8cc23e993384f778abada344f;hb=8ef0d4aed95ebd3b992d48fe89f0ce80b6a0b0c6;hpb=f035d8413fbe22f0a2157e11946e794c99fe5159 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 index 7a056a9..039c313 100644 --- 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 @@ -3,6 +3,6 @@ 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 +# 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