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

This commit is contained in:
Stavros Kois
2022-09-25 21:32:26 +02:00
committed by GitHub
parent b9c129a718
commit aa31a801a8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -25,7 +25,7 @@ rbac:
enabled: true enabled: true
rules: rules:
- apiGroups: - apiGroups:
- "" - "*"
resources: resources:
- "*" - "*"
verbs: verbs: