All checks were successful
continuous-integration/drone/push Build is passing
13 lines
259 B
YAML
13 lines
259 B
YAML
{{- if not .Values.existingConfigmap }}
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ include "common.fullname" . }}
|
|
labels:
|
|
{{- include "common.labels" . | nindent 4 }}
|
|
data:
|
|
{{- if .Values.config.debug }}
|
|
DEBUG: true
|
|
{{- end }}
|
|
{{- end }}
|