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