Skip to content

Commit

Permalink
Merge pull request #143 from erikgb/fix-config-configmap
Browse files Browse the repository at this point in the history
fix(helm): correct invalid ConfigMap template
  • Loading branch information
ymmt2005 committed Jul 5, 2024
2 parents da690dc + 6e611e9 commit 839664e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/accurate/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ data:
subNamespaceAnnotationKeys: {{ toYaml . | nindent 6 }}
{{- end }}
watches: {{ toYaml .Values.controller.config.watches | nindent 6 }}
{{- with .Values.controller.config.namingPolicies }}
{{- with .Values.controller.config.propagateLabelKeyExcludes }}
propagateLabelKeyExcludes: {{ toYaml . | nindent 6 }}
{{- end }}
{{- with .Values.controller.config.propagateAnnotationKeyExcludes }}
propagateAnnotationKeyExcludes: {{ toYaml . | nindent 6 }}
{{- end }}
{{- with .Values.controller.config.namingPolicies }}
namingPolicies: {{ toYaml . | nindent 6 }}
{{- end }}

0 comments on commit 839664e

Please sign in to comment.