fix(portainer): allow all api groups (#3903)
This commit is contained in:
parent
b9c129a718
commit
aa31a801a8
|
@ -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
|
||||
|
|
|
@ -25,7 +25,7 @@ rbac:
|
|||
enabled: true
|
||||
rules:
|
||||
- apiGroups:
|
||||
- ""
|
||||
- "*"
|
||||
resources:
|
||||
- "*"
|
||||
verbs:
|
||||
|
|
Loading…
Reference in New Issue