Skip to content

Commit

Permalink
Fix anarchy namespace name in helm
Browse files Browse the repository at this point in the history
  • Loading branch information
jkupferer committed Sep 18, 2023
1 parent 8029eea commit e1ac1ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/templates/catalog/namespaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ roleRef:
kind: ClusterRole
name: babylon:anarchy:catalog-access
subjects:
{{- range $anarchyNamespace, $anarchyConfig := $.Values.anarchy.namespaces }}
{{- range $.Values.anarchy.namespaces }}
- kind: ServiceAccount
name: anarchy
namespace: {{ $anarchyNamespace }}
namespace: {{ .name }}
{{- end }}
{{- end }}

0 comments on commit e1ac1ff

Please sign in to comment.