mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
feat: Add Pocket ID Helm chart with deployment, service, ingress, and backup configurations
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{{/* PVC name to mount: existing claim if set, otherwise the chart-created one */}}
|
||||
{{- define "pocket-id.pvcName" -}}
|
||||
{{- if .Values.persistence.existingClaim -}}
|
||||
{{ .Values.persistence.existingClaim }}
|
||||
{{- else -}}
|
||||
{{ .Release.Name }}-data
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user