Skip to content

Commit

Permalink
Fix namespace name in anarchy catalog-access in helm
Browse files Browse the repository at this point in the history
  • Loading branch information
jkupferer committed Sep 18, 2023
1 parent 56af791 commit 8029eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/catalog/namespaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metadata:
annotations:
description: Access for anarchy to catalog items and secrets.
name: babylon:anarchy:catalog-access
namespace: gpte
namespace: {{ $namespace }}
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down

0 comments on commit 8029eea

Please sign in to comment.