mirror of
https://github.com/nikdoof/ohayodash.git
synced 2025-12-14 10:32:19 +00:00
Fix RBAC
This commit is contained in:
@@ -6,7 +6,7 @@ metadata:
|
|||||||
labels: {{- include "common.labels" . | nindent 4 }}
|
labels: {{- include "common.labels" . | nindent 4 }}
|
||||||
rules:
|
rules:
|
||||||
- apiGroups: ["", "extensions", "networking.k8s.io"]
|
- apiGroups: ["", "extensions", "networking.k8s.io"]
|
||||||
resources: ["ingresses", "namespaces"]
|
resources: ["ingresses", "namespaces", "configmaps"]
|
||||||
verbs: ["get", "list"]
|
verbs: ["get", "list"]
|
||||||
---
|
---
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
|||||||
Reference in New Issue
Block a user