fix(traefik): enable crd updating (#4068)

* fix(traefik): enable crd updating

* do keep the other change
This commit is contained in:
Kjeld Schouten-Lebbing 2022-10-13 11:55:44 +02:00 committed by GitHub
parent 8233cc67d0
commit 25b59fe6ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,9 @@ image:
tag: upstream
pullPolicy: IfNotPresent
metallb: {}
metallb:
crds:
validationFailurePolicy: Ignore
ipAddressPools: []
L2Advertisements: []

View File

@ -4,6 +4,8 @@ image:
tag: 2.9.1@sha256:e8e6da4e8c59b7bbec5a163cd608e8e62775789580e47921cc6e7fc6d33b037d
pullPolicy: IfNotPresent
updateCRD: true
# -- Use ingressClass. Ignored if Traefik version < 2.3 / kubernetes < 1.18.x
ingressClass:
# true is not unit-testable yet, pending https://github.com/rancher/helm-unittest/pull/12