Skip to content
Snippets Groups Projects
Commit 95632f8c authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6177 update role for updating deployment

parent 5014cddd
No related branches found
No related tags found
No related merge requests found
......@@ -45,5 +45,5 @@ metadata:
rules:
- apiGroups: ["apps"]
resourceNames: ["elster-transfer"]
resources: ["deployments"]
verbs: ["patch"]
resources: ["deployments","replicasets", "pods"]
verbs: ["get", "update", "patch"]
......@@ -84,6 +84,10 @@ tests:
- elster-transfer
resources:
- deployments
- replicasets
- pods
verbs:
- get
- update
- patch
documentIndex: 1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment