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,12 @@
|
||||
{{- if and .Values.config (not .Values.existingConfigMap) }}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-config
|
||||
labels:
|
||||
app.kubernetes.io/name: {{ .Chart.Name }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
data:
|
||||
server.yml: |
|
||||
{{- .Values.config | nindent 4 }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user