Skip to content

Commit

Permalink
deploy operator role in release namespace
Browse files Browse the repository at this point in the history
Signed-off-by: rksharma95 <ramakant@accuknox.com>
  • Loading branch information
rksharma95 committed Feb 4, 2025
1 parent cb34127 commit ade99c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: {{ .Values.kubearmorOperator.name }}-role
namespace: {{ .Release.Namespace }}
rules:
- apiGroups:
- ""
Expand Down

0 comments on commit ade99c4

Please sign in to comment.