We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3c5d1 commit 8a510c0Copy full SHA for 8a510c0
deploy/addons/ingress/ingress-deploy.yaml.tmpl
@@ -351,9 +351,9 @@ spec:
351
- --validating-webhook=:8443
352
- --validating-webhook-certificate=/usr/local/certificates/cert
353
- --validating-webhook-key=/usr/local/certificates/key
354
- {{if .CustomIngressCert}}
+ {{- if .CustomIngressCert}}
355
- --default-ssl-certificate={{ .CustomIngressCert }}
356
- {{end}}
+ {{- end}}
357
securityContext:
358
capabilities:
359
drop:
@@ -449,9 +449,9 @@ webhooks:
449
failurePolicy: Fail
450
sideEffects: None
451
admissionReviewVersions:
452
- {{if eq .IngressAPIVersion "v1beta1"}}
+ {{- if eq .IngressAPIVersion "v1beta1"}}
453
- v1
454
455
- {{.IngressAPIVersion}}
456
clientConfig:
457
service:
0 commit comments