Skip to content

Commit 9a07e50

Browse files
anders-elastisysHaoruiPeng
authored andcommitted
config: exclude rook-ceph namespace in pdb policy
1 parent 398ad80 commit 9a07e50

File tree

1 file changed

+1
-1
lines changed
  • helmfile.d/charts/gatekeeper/constraints/templates/restrict-pod-disruption-budgets

1 file changed

+1
-1
lines changed

helmfile.d/charts/gatekeeper/constraints/templates/restrict-pod-disruption-budgets/constraint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ spec:
1313
kinds: ["Deployment", "StatefulSet", "ReplicaSet"]
1414
- apiGroups: ["policy"]
1515
kinds: ["PodDisruptionBudget"]
16-
excludedNamespaces: ["kube-system", "kube-public", "kube-node-lease", "calico-system"]
16+
excludedNamespaces: ["kube-system", "kube-public", "kube-node-lease", "calico-system", "rook-ceph"]
1717
# Note that this does not exclude all namespaces with label owner=operator
1818
{{- end }}

0 commit comments

Comments
 (0)