feat: add chart releaser Github action (#1)

This commit is contained in:
2022-12-03 18:12:04 +00:00
committed by GitHub
parent 5a3bb57b1f
commit 458dbf4dbd
12 changed files with 32 additions and 0 deletions

View 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 }}