mirror of
https://github.com/bitnami/charts.git
synced 2026-02-19 03:17:10 +08:00
Fix error 'Error: ConfigMap in version v1 cannot be handled as a ConfigMap' (#10222)
Signed-off-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
@@ -12,5 +12,5 @@ metadata:
|
||||
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
|
||||
{{- end }}
|
||||
data:
|
||||
custom-metrics.yaml: {{- toYaml .Values.metrics.customMetrics | nindent 4 }}
|
||||
custom-metrics.yaml: {{ toYaml .Values.metrics.customMetrics | quote }}
|
||||
{{- end }}
|
||||
|
||||
@@ -12,5 +12,5 @@ metadata:
|
||||
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
|
||||
{{- end }}
|
||||
data:
|
||||
custom-metrics.yaml: {{- toYaml .Values.metrics.customMetrics | nindent 4 }}
|
||||
custom-metrics.yaml: {{ toYaml .Values.metrics.customMetrics | quote }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user