aboutsummaryrefslogtreecommitdiffstats
path: root/helm/ves-client/templates/secret.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'helm/ves-client/templates/secret.yaml')
-rw-r--r--helm/ves-client/templates/secret.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/helm/ves-client/templates/secret.yaml b/helm/ves-client/templates/secret.yaml
new file mode 100644
index 0000000..dd3cf87
--- /dev/null
+++ b/helm/ves-client/templates/secret.yaml
@@ -0,0 +1,8 @@
+apiVersion: v1
+kind: Secret
+metadata:
+ name: {{ .Values.secretName }}
+data:
+ p12.pass: MjNlOTE3NzVjOTE4ZTRmNjY4ZTFhYzgyZDY5ZjExYWU0ZWU0ZGM2MTM3YzUwMzZkZjE3MmEyODJhYTA5
+type: Opaque
+