updated docker/helm files for svc,ping,robot,ssh, and o1
[it/otf.git] / otf-ssh-test-head / helm / otf-ssh-test-head / templates / secret.yaml
index 7a056a9..039c313 100644 (file)
@@ -3,6 +3,6 @@ kind: Secret
 metadata:\r
   name: {{ .Values.appName}}\r
 type: Opaque\r
-data:\r
-  id_private_key: {{ .Files.Get .Values.Secret.id_private_key | b64enc }}\r
-  id_private_key_passphrase: {{ .Values.Secret.id_private_key_passphrase | b64enc }}
\ No newline at end of file
+data:\r
+  id_private_key: {{ .Files.Get .Values.Secret.id_private_key | b64enc }}\r
+  id_private_key_passphrase: {{ .Values.Secret.id_private_key_passphrase | b64enc }}
\ No newline at end of file