helm-charts/headscale/templates/secret.yaml

13 lines
311 B
YAML
Raw Normal View History

2023-07-21 20:57:08 +02:00
---
apiVersion: v1
kind: Secret
metadata:
name: {{ include "headscale.fullname" . }}
annotations:
2024-06-24 10:00:21 +02:00
"helm.sh/hook": "pre-install"
2023-07-21 20:57:08 +02:00
config-hash: {{ toYaml .Values.headscale.config | sha256sum | trunc 32 }}
type: Opaque
stringData:
config.yaml: |
{{- toYaml .Values.headscale.config | nindent 4 }}