mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
feat: Add ntfy Helm chart with deployment, service, ingress, configmap, and values configuration
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{{- define "ntfy.configMapName" -}}
|
||||
{{- if .Values.existingConfigMap -}}
|
||||
{{ .Values.existingConfigMap }}
|
||||
{{- else -}}
|
||||
{{ .Release.Name }}-config
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user