helm-chart/templates/secret.yaml

10 lines
220 B
YAML
Raw Normal View History

2023-01-31 07:43:51 +00:00
apiVersion: v1
kind: Secret
metadata:
name: {{ include "vikunja.fullname" . }}
labels:
{{- include "vikunja.labels" . | nindent 4 }}
type: Opaque
data:
api-config.yaml: {{ toYaml .Values.api.config | b64enc }}