Skip to content
Snippets Groups Projects
Commit 6f68496d authored by RKGarcia's avatar RKGarcia
Browse files

Add serviceaccount permissions to the serviceaccount

filed under: rootspreading
parent 41204626
No related branches found
Tags gamma-test-r20220114_0142
No related merge requests found
......@@ -5,7 +5,7 @@ metadata:
name: role-geosphere-test
rules:
- apiGroups: [""]
resources: ["jobs", "deployments", "configmaps", "daemonsets", "ingress", "horizontalpodautoscalers", "pods", "secrets", "replicasets", "services", "persistentvolumeclaims", "persistentvolumes"]
resources: ["jobs", "deployments", "configmaps", "daemonsets", "ingress", "serviceaccounts", "horizontalpodautoscalers", "pods", "secrets", "replicasets", "services", "persistentvolumeclaims", "persistentvolumes"]
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
- apiGroups: [""]
resources: ["pods/exec", "pods/attach"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment