Skip to content

Commit

Permalink
[stable/kong] Add missing watch permissions to custom resources (helm…
Browse files Browse the repository at this point in the history
…#19946)

Signed-off-by: Peter Rifel <pgrifel@gmail.com>
  • Loading branch information
rifelpet authored and k8s-ci-robot committed Jan 8, 2020
1 parent 4dd0cf9 commit 8768813
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/kong/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ maintainers:
email: harry@konghq.com
name: kong
sources:
version: 0.36.0
version: 0.36.1
appVersion: 1.4
6 changes: 6 additions & 0 deletions stable/kong/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,12 @@ value is your SMTP password.
## Changelog
### 0.36.1
#### Fixed
- Added missing watch permission to custom resources
### 0.36.0
#### Upgrade Instructions
Expand Down
1 change: 1 addition & 0 deletions stable/kong/templates/controller-rbac-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ rules:
verbs:
- get
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
Expand Down

0 comments on commit 8768813

Please sign in to comment.