Skip to content

Commit

Permalink
config: fix HNC templating config
Browse files Browse the repository at this point in the history
Now unpropagatedAnnotations and managedNamespaceAnnotations can be specified
as lists as originally intended.
  • Loading branch information
OlleLarsson committed Oct 31, 2024
1 parent 7bc0de2 commit 9e0e8c1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions helmfile.d/values/hnc/controller.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ excludedNamespaces:
{{- toYaml . | nindent 2 }}
{{- end }}

unpropagatedAnnotations: {{ .Values.hnc.unpropagatedAnnotations }}

managedNamespaceAnnotations: {{ .Values.hnc.managedNamespaceAnnotations }}
managedNamespaceLabels: {{- toYaml .Values.hnc.managedNamespaceLabels | nindent 4 }}
unpropagatedAnnotations: {{- toYaml .Values.hnc.unpropagatedAnnotations | nindent 2 }}
managedNamespaceAnnotations: {{- toYaml .Values.hnc.managedNamespaceAnnotations | nindent 2 }}
managedNamespaceLabels: {{- toYaml .Values.hnc.managedNamespaceLabels | nindent 2 }}

rbac:
user:
Expand Down

0 comments on commit 9e0e8c1

Please sign in to comment.