Skip to content
Prev Previous commit
add namespace to rolebinding
Signed-off-by: Allen Li <[email protected]>
  • Loading branch information
qpdpQ committed Jan 31, 2025
commit 65733ea35b2d5d0c1f783fdc446b506c8e1e6048
2 changes: 1 addition & 1 deletion helm/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ roleRef:
subjects:
- kind: ServiceAccount
name: operand-deployment-lifecycle-manager

namespace: {{ .Values.operatorNamespace }}
---

apiVersion: v1
Expand Down