[pod-gateway] Fix bug with multiple strategy definitions in webhook-deployment.yaml (#1042)

Co-authored-by: Angel Nunez Mencias <git@angelnu.com>
This commit is contained in:
Jack Maloney 2021-06-21 08:10:56 -05:00 committed by GitHub
parent a8628dca06
commit e5a2f699e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -103,5 +103,3 @@ spec:
terminationMessagePolicy: File
imagePullPolicy: {{ .Values.image.pullPolicy }}
restartPolicy: Always
strategy:
type: {{ .Values.webhook.strategy.type }}