summaryrefslogtreecommitdiffstats
path: root/helm/wekan/templates/secrets.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'helm/wekan/templates/secrets.yaml')
-rw-r--r--helm/wekan/templates/secrets.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/helm/wekan/templates/secrets.yaml b/helm/wekan/templates/secrets.yaml
new file mode 100644
index 00000000..79ae3d48
--- /dev/null
+++ b/helm/wekan/templates/secrets.yaml
@@ -0,0 +1,14 @@
+apiVersion: v1
+kind: Secret
+metadata:
+ name: {{ template "wekan.fullname" . }}
+ labels:
+ app: {{ template "wekan.name" . }}
+ chart: {{ template "wekan.chart" . }}
+ component: wekan
+ heritage: {{ .Release.Service }}
+ release: {{ .Release.Name }}
+type: Opaque
+data:
+ accessKey: {{ .Values.credentials.accessKey | b64enc }}
+ secretKey: {{ .Values.credentials.secretKey | b64enc }}