Disable default poddisruptionbudgets, replace with individual todo
This commit is contained in:
parent
94a0db6a80
commit
189899c296
@ -120,5 +120,7 @@ spec:
|
|||||||
global:
|
global:
|
||||||
jwtPolicy: first-party-jwt
|
jwtPolicy: first-party-jwt
|
||||||
logAsJson: true
|
logAsJson: true
|
||||||
omitSidecarInjectorConfigMap: true
|
defaultPodDisruptionBudget:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -126,8 +126,8 @@ spec:
|
|||||||
global:
|
global:
|
||||||
jwtPolicy: first-party-jwt
|
jwtPolicy: first-party-jwt
|
||||||
logAsJson: true
|
logAsJson: true
|
||||||
#omitSidecarInjectorConfigMap: true
|
defaultPodDisruptionBudget:
|
||||||
#operatorManageWebhooks: true
|
enabled: false
|
||||||
pilot:
|
pilot:
|
||||||
autoscaleEnabled: false
|
autoscaleEnabled: false
|
||||||
mixer:
|
mixer:
|
||||||
|
Loading…
Reference in New Issue
Block a user