diff --git a/charts/policy-controller/templates/webhook/deployment_webhook.yaml b/charts/policy-controller/templates/webhook/deployment_webhook.yaml index 48bc06ab..00b1dca4 100644 --- a/charts/policy-controller/templates/webhook/deployment_webhook.yaml +++ b/charts/policy-controller/templates/webhook/deployment_webhook.yaml @@ -13,11 +13,9 @@ spec: {{- include "policy-controller.selectorLabels" . | nindent 6 }} control-plane: {{ template "policy-controller.fullname" . }}-webhook -{{- if .Values.deployment.strategy }} strategy: {{ toYaml .Values.deployment.strategy | trim | indent 4 }} {{ if eq .Values.deployment.strategy.type "Recreate" }}rollingUpdate: null{{ end }} -{{- end }} template: metadata: