fix(portainer): allow all api groups (#3903)
This commit is contained in:
@@ -19,7 +19,7 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/portainer-ce
|
- 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://docs.portainer.io/v/ce-2.11/start/install/server/kubernetes/baremetal
|
||||||
- https://hub.docker.com/r/portainer/portainer-ce
|
- https://hub.docker.com/r/portainer/portainer-ce
|
||||||
version: 0.0.4
|
version: 0.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- management
|
- management
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ rbac:
|
|||||||
enabled: true
|
enabled: true
|
||||||
rules:
|
rules:
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- ""
|
- "*"
|
||||||
resources:
|
resources:
|
||||||
- "*"
|
- "*"
|
||||||
verbs:
|
verbs:
|
||||||
|
|||||||
Reference in New Issue
Block a user