helm-charts/headscale/templates/secret.yaml

12 lines
277 B
YAML
Raw Permalink Normal View History

2023-07-21 20:57:08 +02:00
---
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 }}