adding vth code as well as aaf and cert config
[it/otf.git] / otf-ssh-test-head / helm / otf-ssh-test-head / templates / secret.yaml
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 (file)
index 0000000..7a056a9
--- /dev/null
@@ -0,0 +1,8 @@
+apiVersion: v1\r
+kind: Secret\r
+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