Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
specify operator namespace in rolebinding
  • Loading branch information
bluzarraga authored Feb 5, 2025
commit f0e726af36d4a4503f52b31e40ec048db7fd72af
1 change: 1 addition & 0 deletions helm/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: operand-deployment-lifecycle-manager
namespace: {{ .Values.global.operatorNamespace }}
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
Expand Down