diff --git a/etcd-operator/operator.libsonnet b/etcd-operator/operator.libsonnet index 5c7f951c2..9dc74b640 100644 --- a/etcd-operator/operator.libsonnet +++ b/etcd-operator/operator.libsonnet @@ -28,6 +28,11 @@ policyRule.withApiGroups(['apps']) + policyRule.withResources(['deployments']) + policyRule.withVerbs(['*']), + + policyRule.new() + + policyRule.withApiGroups(['policy']) + + policyRule.withResources(['poddisruptionbudgets']) + + policyRule.withVerbs(['*']), ]), local container = k.core.v1.container,