trashposs/chart/templates/secret-config.yaml
2024-04-06 23:55:59 +02:00

10 lines
246 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: {{ template "trashposs.fullname" . }}-config
labels:
{{- include "trashposs.labels" . | nindent 4 }}
type: Opaque
data:
default.yml: {{ include "trashposs.configDir.default.yml" . | b64enc }}