fix linting
Signed-off-by: Atze de Vries <devries@zorgdomein.nl>
This commit is contained in:
parent
5c7e4c32d4
commit
b5d4168634
1 changed files with 2 additions and 4 deletions
|
@ -23,16 +23,14 @@ global:
|
||||||
# hostnames:
|
# hostnames:
|
||||||
# - git.myhostname
|
# - git.myhostname
|
||||||
|
|
||||||
# Override APIVersions
|
# Override APIVersions
|
||||||
# If you want to template helm charts but cannot access k8s API server
|
# If you want to template helm charts but cannot access k8s API server
|
||||||
# you can set api versions here
|
# you can set api versions here
|
||||||
APIOverrides:
|
APIOverrides:
|
||||||
enabled: false
|
enabled: false
|
||||||
certmanager: cert-manager.io/v1
|
certmanager: cert-manager.io/v1
|
||||||
ingress: networking.k8s.io/v1beta1
|
ingress: networking.k8s.io/v1beta1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Controller
|
## Controller
|
||||||
controller:
|
controller:
|
||||||
name: application-controller
|
name: application-controller
|
||||||
|
|
Loading…
Reference in a new issue