Skip to content

Commit

Permalink
asdasdas
Browse files Browse the repository at this point in the history
  • Loading branch information
floryn08 committed May 31, 2024
1 parent 70417f5 commit a22d6ca
Showing 1 changed file with 8 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,41 +5,12 @@ metadata:
namespace: {{ .Values.traefik.namespaceOverride }}
rules:
- apiGroups:
- ""
- apps
- autoscaling
- batch
- extensions
- policy
- rbac.authorization.k8s.io
- apiextensions.k8s.io
- '*'
resources:
- pods
- componentstatuses
- configmaps
- customresourcedefinitions
- clusterroles
- clusterrolebindings
- daemonsets
- deployments
- events
- endpoints
- horizontalpodautoscalers
- ingress
- jobs
- limitranges
- namespaces
- nodes
- pods
- persistentvolumes
- persistentvolumeclaims
- resourcequotas
- replicasets
- replicationcontrollers
- roles
- rolebindings
- serviceaccounts
- services
- secrets
- statefulsets
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
- '*'
verbs:
- '*'
- nonResourceURLs:
- '*'
verbs:
- '*'

0 comments on commit a22d6ca

Please sign in to comment.