Initial commit from template
This commit is contained in:
10
helm/lumina-app/templates/configmap.yaml
Normal file
10
helm/lumina-app/templates/configmap.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
{{- if .Values.configMap.enabled }}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "lumina-app.fullname" . }}
|
||||
labels:
|
||||
{{- include "lumina-app.labels" . | nindent 4 }}
|
||||
data:
|
||||
{{- toYaml .Values.configMap.data | nindent 2 }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user