From e5a2f699e55db04c8e39cbf28e9c1948844a11ac Mon Sep 17 00:00:00 2001 From: Jack Maloney Date: Mon, 21 Jun 2021 08:10:56 -0500 Subject: [PATCH] [pod-gateway] Fix bug with multiple strategy definitions in webhook-deployment.yaml (#1042) Co-authored-by: Angel Nunez Mencias --- charts/stable/pod-gateway/Chart.yaml | 2 +- charts/stable/pod-gateway/templates/webhook-deployment.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/charts/stable/pod-gateway/Chart.yaml b/charts/stable/pod-gateway/Chart.yaml index 8174e9c4..94965a5b 100644 --- a/charts/stable/pod-gateway/Chart.yaml +++ b/charts/stable/pod-gateway/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.2.6 description: Admision controller to change the default gateway and DNS server of PODs name: pod-gateway -version: 3.2.0 +version: 3.2.1 kubeVersion: ">=1.16.0-0" keywords: - pod-gateway diff --git a/charts/stable/pod-gateway/templates/webhook-deployment.yaml b/charts/stable/pod-gateway/templates/webhook-deployment.yaml index 7855cf92..be8c3736 100644 --- a/charts/stable/pod-gateway/templates/webhook-deployment.yaml +++ b/charts/stable/pod-gateway/templates/webhook-deployment.yaml @@ -103,5 +103,3 @@ spec: terminationMessagePolicy: File imagePullPolicy: {{ .Values.image.pullPolicy }} restartPolicy: Always - strategy: - type: {{ .Values.webhook.strategy.type }}