This website works better with JavaScript.
Home
Explore
Vladimir Smagin
DEB repository
Return to Blog
Help
Sign In
21h
/
redis-operator
Watch
1
Star
1
Fork
0
Code
Issues
1
Pull Requests
0
Releases
2
Activity
Browse Source
Add PDB to role
master
Vladimir Smagin
1 year ago
parent
93a6a24e66
commit
46e330b54f
2 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
deploy/clusterrole.yaml
+6
-0
deploy/role.yaml
+ 6
- 0
deploy/clusterrole.yaml
View File
@ -27,6 +27,12 @@ rules:
-
statefulsets
verbs:
-
'*'
-
apiGroups:
-
policy
resources:
-
poddisruptionbudgets
verbs:
-
'*'
-
apiGroups:
-
monitoring.coreos.com
resources:
+ 6
- 0
deploy/role.yaml
View File
@ -26,6 +26,12 @@ rules:
-
statefulsets
verbs:
-
'*'
-
apiGroups:
-
policy
resources:
-
poddisruptionbudgets
verbs:
-
'*'
-
apiGroups:
-
monitoring.coreos.com
resources:
Write
Preview
Loading…
Cancel
Save