Skip to content

Commit

Permalink
Merge pull request #139 from manuelbuil/Add_quotes
Browse files Browse the repository at this point in the history
Add quotes
  • Loading branch information
pliurh authored May 31, 2021
2 parents 07398ed + b0dffb4 commit c5c943c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/sriov-network-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ rules:
resources: ["daemonsets"]
verbs: ["get"]
- apiGroups: [""]
resources: [namespaces, serviceaccounts]
resources: ["namespaces", "serviceaccounts"]
verbs: ["*"]
- apiGroups: ["k8s.cni.cncf.io"]
resources: ["network-attachment-definitions"]
verbs: ["*"]
- apiGroups: ["rbac.authorization.k8s.io"]
resources: [clusterroles, clusterrolebindings]
resources: ["clusterroles", "clusterrolebindings"]
verbs: ["*"]
- apiGroups: ["admissionregistration.k8s.io"]
resources: ["mutatingwebhookconfigurations", "validatingwebhookconfigurations"]
Expand Down

0 comments on commit c5c943c

Please sign in to comment.