Initial code commit + initial automation stuff + etc...
All checks were successful
Deploy the Helm Chart / build (push) Successful in 7s

This commit is contained in:
Alan Bridgeman 2025-12-18 22:23:37 -06:00
parent 6f24ea7563
commit f40cbdf6dd
12 changed files with 462 additions and 1 deletions

View file

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