summaryrefslogtreecommitdiffstats
path: root/helm/wekan/templates/secrets.yaml
blob: 79ae3d4892e23d78407d9a07526750fa00c3a08e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 }}