Adding policy manager and a1 sdnc vth
[it/otf.git] / a1-policy-manager-vth / helm / a1-policy-manager-vth / templates / secret.yaml
diff --git a/a1-policy-manager-vth/helm/a1-policy-manager-vth/templates/secret.yaml b/a1-policy-manager-vth/helm/a1-policy-manager-vth/templates/secret.yaml
new file mode 100644 (file)
index 0000000..1aabe3d
--- /dev/null
@@ -0,0 +1,9 @@
+\r
+apiVersion: v1\r
+kind: Secret\r
+metadata:\r
+  name: {{ .Values.appName}}\r
+type: Opaque\r
+data:\r
+  api_user: {{ .Values.auth.user | b64enc }}\r
+  api_pass: {{ .Values.auth.pw | b64enc }}\r