Skip to content

Commit

Permalink
fix typo and refine rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
whynowy committed Jan 26, 2021
1 parent 35bd4cd commit 0a81d2d
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization

resources:
- ../cluster-install
- ../extentions
- ../extensions

namespace: argo-events

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ rules:
- ""
resources:
- secrets
- configmaps
verbs:
- get
- list
Expand All @@ -16,6 +15,14 @@ rules:
- delete
- patch
- watch
- apiGroups:
- ""
resources:
- configmaps
verbs:
- get
- list
- watch
- apiGroups:
- apps
resources:
Expand Down
File renamed without changes.
9 changes: 8 additions & 1 deletion manifests/install-with-extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ rules:
- ""
resources:
- secrets
- configmaps
verbs:
- get
- list
Expand All @@ -268,6 +267,14 @@ rules:
- delete
- patch
- watch
- apiGroups:
- ""
resources:
- configmaps
verbs:
- get
- list
- watch
- apiGroups:
- apps
resources:
Expand Down

0 comments on commit 0a81d2d

Please sign in to comment.