--- 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 }}