helm-charts/headscale/templates/secret.yaml
2023-07-24 21:51:14 +02:00

11 lines
277 B
YAML

---
apiVersion: v1
kind: Secret
metadata:
name: {{ include "headscale.fullname" . }}
annotations:
config-hash: {{ toYaml .Values.headscale.config | sha256sum | trunc 32 }}
type: Opaque
stringData:
config.yaml: |
{{- toYaml .Values.headscale.config | nindent 4 }}