Skip to content

Commit

Permalink
Merge pull request #22 from amazeeio/aergia-version
Browse files Browse the repository at this point in the history
Correct roles for Aergia
  • Loading branch information
shreddedbacon authored Jun 21, 2021
2 parents eb69c8b + 2cd0197 commit 5c5c194
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/aergia/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ maintainers:

type: application

version: 0.1.2
version: 0.1.3

appVersion: v0.0.3
30 changes: 20 additions & 10 deletions charts/aergia/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,36 @@ rules:
- apiGroups:
- ""
resources:
- configmaps
- namespaces
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
- '*'
resources:
- configmaps/status
- ingress/status
verbs:
- get
- patch
- update
- apiGroups:
- '*'
resources:
- ingresses
verbs:
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
- apps
resources:
- events
- deployments
verbs:
- create
- get
- list
- patch
- update
- watch

0 comments on commit 5c5c194

Please sign in to comment.