mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-07-02 19:09:03 +00:00
feat: add chart releaser Github action (#1)
This commit is contained in:
11
charts/cinny/templates/configmap.yaml
Normal file
11
charts/cinny/templates/configmap.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
{{- if .Values.customConfig.enabled -}}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "cinny.fullname" . }}
|
||||
data:
|
||||
{{- with .Values.customConfig.data }}
|
||||
config: |
|
||||
{{- toPrettyJson . | nindent 4 -}}
|
||||
{{- end }}
|
||||
{{- end }}
|
Reference in New Issue
Block a user