custom-hashicorp-vault-helm/templates/vault-snapshot-server-configmap.yaml
Alan Bridgeman ae8f4ad22b
All checks were successful
Deploy the Helm Chart / build (push) Successful in 11s
Updated chart so that it worked better as a subchart, is more configurable and better documented
2025-12-19 17:11:14 -06:00

8 lines
No EOL
229 B
YAML

{{- if .Values.create.snapshotServer.enabled -}}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "vault.fullname" . }}-snapshot-config
data:
port: {{ .Values.create.snapshotServer.externalPort | quote }}
{{- end -}}