diff --git a/helm/olmv1/templates/poddisruptionbudget-olmv1-system-catalogd.yml b/helm/olmv1/templates/poddisruptionbudget-olmv1-system-catalogd.yml index 7e6ec2e33..3fd470031 100644 --- a/helm/olmv1/templates/poddisruptionbudget-olmv1-system-catalogd.yml +++ b/helm/olmv1/templates/poddisruptionbudget-olmv1-system-catalogd.yml @@ -16,6 +16,7 @@ spec: {{- if .Values.options.catalogd.podDisruptionBudget.maxUnavailable }} maxUnavailable: {{ .Values.options.catalogd.podDisruptionBudget.maxUnavailable }} {{- end }} + unhealthyPodEvictionPolicy: AlwaysAllow selector: matchLabels: control-plane: catalogd-controller-manager diff --git a/helm/olmv1/templates/poddisruptionbudget-olmv1-system-operator-controller.yml b/helm/olmv1/templates/poddisruptionbudget-olmv1-system-operator-controller.yml index 0d98d528f..cf38a205d 100644 --- a/helm/olmv1/templates/poddisruptionbudget-olmv1-system-operator-controller.yml +++ b/helm/olmv1/templates/poddisruptionbudget-olmv1-system-operator-controller.yml @@ -16,6 +16,7 @@ spec: {{- if .Values.options.operatorController.podDisruptionBudget.maxUnavailable }} maxUnavailable: {{ .Values.options.operatorController.podDisruptionBudget.maxUnavailable }} {{- end }} + unhealthyPodEvictionPolicy: AlwaysAllow selector: matchLabels: control-plane: operator-controller-controller-manager diff --git a/manifests/experimental-e2e.yaml b/manifests/experimental-e2e.yaml index fcd40e2d4..6c3aa302e 100644 --- a/manifests/experimental-e2e.yaml +++ b/manifests/experimental-e2e.yaml @@ -100,6 +100,7 @@ metadata: olm.operatorframework.io/feature-set: experimental-e2e spec: minAvailable: 1 + unhealthyPodEvictionPolicy: AlwaysAllow selector: matchLabels: control-plane: catalogd-controller-manager @@ -117,6 +118,7 @@ metadata: olm.operatorframework.io/feature-set: experimental-e2e spec: minAvailable: 1 + unhealthyPodEvictionPolicy: AlwaysAllow selector: matchLabels: control-plane: operator-controller-controller-manager diff --git a/manifests/experimental.yaml b/manifests/experimental.yaml index 0561ea4ac..954fcd274 100644 --- a/manifests/experimental.yaml +++ b/manifests/experimental.yaml @@ -100,6 +100,7 @@ metadata: olm.operatorframework.io/feature-set: experimental spec: minAvailable: 1 + unhealthyPodEvictionPolicy: AlwaysAllow selector: matchLabels: control-plane: catalogd-controller-manager @@ -117,6 +118,7 @@ metadata: olm.operatorframework.io/feature-set: experimental spec: minAvailable: 1 + unhealthyPodEvictionPolicy: AlwaysAllow selector: matchLabels: control-plane: operator-controller-controller-manager diff --git a/manifests/standard-e2e.yaml b/manifests/standard-e2e.yaml index a3a72e89f..66c65b5ae 100644 --- a/manifests/standard-e2e.yaml +++ b/manifests/standard-e2e.yaml @@ -100,6 +100,7 @@ metadata: olm.operatorframework.io/feature-set: standard-e2e spec: minAvailable: 1 + unhealthyPodEvictionPolicy: AlwaysAllow selector: matchLabels: control-plane: catalogd-controller-manager @@ -117,6 +118,7 @@ metadata: olm.operatorframework.io/feature-set: standard-e2e spec: minAvailable: 1 + unhealthyPodEvictionPolicy: AlwaysAllow selector: matchLabels: control-plane: operator-controller-controller-manager diff --git a/manifests/standard.yaml b/manifests/standard.yaml index ad02f96e2..84b940f5e 100644 --- a/manifests/standard.yaml +++ b/manifests/standard.yaml @@ -100,6 +100,7 @@ metadata: olm.operatorframework.io/feature-set: standard spec: minAvailable: 1 + unhealthyPodEvictionPolicy: AlwaysAllow selector: matchLabels: control-plane: catalogd-controller-manager @@ -117,6 +118,7 @@ metadata: olm.operatorframework.io/feature-set: standard spec: minAvailable: 1 + unhealthyPodEvictionPolicy: AlwaysAllow selector: matchLabels: control-plane: operator-controller-controller-manager