Skip to content

Commit

Permalink
add statefulset
Browse files Browse the repository at this point in the history
Signed-off-by: Huamin Chen <[email protected]>
  • Loading branch information
rootfs committed Jun 11, 2018
1 parent dc1f7d7 commit 78378a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/200-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rules:
resources: ["ingresses","deployments"]
verbs: ["get", "list", "create", "update", "delete", "patch", "watch"]
- apiGroups: ["apps"]
resources: ["deployments"]
resources: ["deployments", "statefulsets"]
verbs: ["get", "list", "create", "update", "delete", "patch", "watch"]
- apiGroups: ["admissionregistration.k8s.io"]
resources: ["mutatingwebhookconfigurations"]
Expand Down Expand Up @@ -40,7 +40,7 @@ rules:
resources: ["ingresses","deployments"]
verbs: ["get", "list", "update", "patch", "watch"]
- apiGroups: ["apps"]
resources: ["deployments"]
resources: ["deployments", "statefulsets"]
verbs: ["get", "list", "update", "patch", "watch"]
- apiGroups: ["admissionregistrations.k8s.io"]
resources: ["mutatingWebhookConfigurations"]
Expand Down Expand Up @@ -70,7 +70,7 @@ rules:
resources: ["ingresses","deployments"]
verbs: ["get", "list", "watch"]
- apiGroups: ["apps"]
resources: ["deployments"]
resources: ["deployments", "statefulsets"]
verbs: ["get", "list", "watch"]
- apiGroups: ["admissionregistrations.k8s.io"]
resources: ["mutatingWebhookConfigurations"]
Expand Down

0 comments on commit 78378a7

Please sign in to comment.