Updated chart so that it worked better as a subchart, is more configurable and better documented
All checks were successful
Deploy the Helm Chart / build (push) Successful in 11s

This commit is contained in:
Alan Bridgeman 2025-12-19 17:11:14 -06:00
parent 82908c043c
commit ae8f4ad22b
11 changed files with 222 additions and 145 deletions

View file

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