From 46000349ed28ef8d83c11530a6ceafa03dbffced Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 26 Jul 2022 22:50:01 +0200 Subject: Helm values should be in the helm section --- .../k3s-master/share/system/nginx-ingress/application.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'playbooks.d') diff --git a/playbooks.d/k3s-master/share/system/nginx-ingress/application.yaml b/playbooks.d/k3s-master/share/system/nginx-ingress/application.yaml index a20810d..cdbcd79 100644 --- a/playbooks.d/k3s-master/share/system/nginx-ingress/application.yaml +++ b/playbooks.d/k3s-master/share/system/nginx-ingress/application.yaml @@ -16,11 +16,12 @@ spec: repoURL: https://helm.nginx.com/stable chart: nginx-ingress targetRevision: 0.14.0 - values: | - controller: - containerPort: - http: 8080 - https: 8443 + helm: + values: | + controller: + containerPort: + http: 8080 + https: 8443 destination: server: https://kubernetes.default.svc namespace: ingress -- cgit v1.1