From 7b56d2e494fdaa8d5bf3fb1d31b60b63f51176c6 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 26 Jul 2022 22:50:44 +0200 Subject: And helm should be under source --- .../k3s-master/share/system/nginx-ingress/application.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'playbooks.d/k3s-master') 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 cdbcd79..fcb28b8 100644 --- a/playbooks.d/k3s-master/share/system/nginx-ingress/application.yaml +++ b/playbooks.d/k3s-master/share/system/nginx-ingress/application.yaml @@ -16,12 +16,12 @@ spec: repoURL: https://helm.nginx.com/stable chart: nginx-ingress targetRevision: 0.14.0 - helm: - 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