Loading .gitlab/ci/test.gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -282,6 +282,12 @@ test-deploy: - auto-deploy deploy - helm -n "$EXPECTED_NAMESPACE" get all production test-deploy-pdb: extends: test-deploy variables: HELM_UPGRADE_EXTRA_ARGS: |- --set podDisruptionBudget.enabled=true test-deploy-custom-context: extends: test-deploy variables: Loading assets/auto-deploy-app/templates/pdb.yaml +1 −1 Original line number Diff line number Diff line {{- if .Values.podDisruptionBudget.enabled }} apiVersion: policy/v1beta1 apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: {{ template "fullname" . }} Loading Loading
.gitlab/ci/test.gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -282,6 +282,12 @@ test-deploy: - auto-deploy deploy - helm -n "$EXPECTED_NAMESPACE" get all production test-deploy-pdb: extends: test-deploy variables: HELM_UPGRADE_EXTRA_ARGS: |- --set podDisruptionBudget.enabled=true test-deploy-custom-context: extends: test-deploy variables: Loading
assets/auto-deploy-app/templates/pdb.yaml +1 −1 Original line number Diff line number Diff line {{- if .Values.podDisruptionBudget.enabled }} apiVersion: policy/v1beta1 apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: {{ template "fullname" . }} Loading