Skip to content

Commit

Permalink
chore(rbac): run workflow controller in ns mode
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>
  • Loading branch information
ispeakc0de committed May 6, 2024
1 parent 792a278 commit 73ae896
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Expand Up @@ -46,6 +46,7 @@ spec:
- workflow-controller-configmap
- --executor-image
- #{ARGO_WORKFLOW_EXECUTOR}
- --namespaced
- --container-runtime-executor
- #{ARGO_CONTAINER_RUNTIME_EXECUTOR}
command:
Expand Down
Expand Up @@ -160,7 +160,7 @@ metadata:
rules:
- apiGroups: [ "" ]
resources: [ "secrets" ]
verbs: [ "get", "create", "delete", "update", "patch" ]
verbs: [ "get", "create", "update", "patch" ]

- apiGroups: [ "" ]
resources: [ "configmaps"]
Expand Down
Expand Up @@ -151,7 +151,7 @@ metadata:
rules:
- apiGroups: [ "" ]
resources: [ "secrets" ]
verbs: [ "get", "create", "delete", "update", "patch" ]
verbs: [ "get", "create", "update", "patch" ]

- apiGroups: [ "" ]
resources: [ "configmaps"]
Expand Down

0 comments on commit 73ae896

Please sign in to comment.