Fix error on deallocation and provides configMap on the helm chart
This commit is contained in:
committed by
Eric Van Hensbergen
parent
5029c6f4b9
commit
054c2534e1
10
chart/templates/configmap.yaml
Normal file
10
chart/templates/configmap.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
{{- if .Values.config }}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ .Values.application.appName }}
|
||||
namespace: {{ .Values.application.namespace }}
|
||||
data:
|
||||
conf.yaml: |
|
||||
{{- toYaml .Values.config | nindent 4 }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user