Skip to content

Commit 51f04be

Browse files
committed
UPSTREAM: <carry>: Disable upstream PodDisruptionBudget
Signed-off-by: Todd Short <todd.short@me.com>
1 parent 24cf078 commit 51f04be

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

openshift/helm/catalogd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ options:
88
enabled: true
99
deployment:
1010
image: ${CATALOGD_IMAGE}
11+
podDisruptionBudget:
12+
enabled: false
1113
operatorController:
1214
enabled: false
1315
openshift:

openshift/helm/operator-controller.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ options:
88
enabled: true
99
deployment:
1010
image: ${OPERATOR_CONTROLLER_IMAGE}
11+
podDisruptionBudget:
12+
enabled: false
1113
catalogd:
1214
enabled: false
1315
openshift:

0 commit comments

Comments
 (0)