Commit cc2dd351 authored by Joakim Edenholm's avatar Joakim Edenholm
Browse files

fix: update PodDisruptionBudget API version in bundled chart

parent 82de6b33
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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:
+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" . }}