fix(portainer): allow all api groups (#3903)

This commit is contained in:
Stavros Kois 2022-09-25 22:32:26 +03:00 committed by GitHub
parent b9c129a718
commit aa31a801a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/portainer-ce
- https://docs.portainer.io/v/ce-2.11/start/install/server/kubernetes/baremetal
- https://hub.docker.com/r/portainer/portainer-ce
version: 0.0.4
version: 0.0.5
annotations:
truecharts.org/catagories: |
- management

View File

@ -25,7 +25,7 @@ rbac:
enabled: true
rules:
- apiGroups:
- ""
- "*"
resources:
- "*"
verbs: