Remove hardcoded podManagmentPolicy value in a helm chart (#4941)

This commit is contained in:
fibbanachi
2023-10-24 17:34:55 +03:00
committed by GitHub
parent 179039afaa
commit 8dfb66880e
4 changed files with 12 additions and 3 deletions

View File

@@ -94,6 +94,9 @@ master:
extraVolumes: ""
extraVolumeMounts: ""
## Set podManagementPolicy
podManagementPolicy: Parallel
# Resource requests, limits, etc. for the master cluster placement. This
# should map directly to the value of the resources field for a PodSpec,
# formatted as a multi-line string. By default no direct resource request
@@ -269,6 +272,9 @@ volume:
extraVolumes: ""
extraVolumeMounts: ""
## Set podManagementPolicy
podManagementPolicy: Parallel
# Affinity Settings
# Commenting out or setting as empty the affinity variable, will allow
# deployment to single node services such as Minikube
@@ -402,6 +408,9 @@ filer:
extraVolumes: ""
extraVolumeMounts: ""
## Set podManagementPolicy
podManagementPolicy: Parallel
# Affinity Settings
# Commenting out or setting as empty the affinity variable, will allow
# deployment to single node services such as Minikube