From 880c6a9faa4799fd8564e2bcede43fe498aa9a15 Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Fri, 18 Oct 2024 17:57:25 -0400 Subject: [PATCH] disable mgmt cluster load balancers for cloud cluster --- charts/runtime/values.yaml.tpl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/charts/runtime/values.yaml.tpl b/charts/runtime/values.yaml.tpl index 5e8989e..0c9c992 100644 --- a/charts/runtime/values.yaml.tpl +++ b/charts/runtime/values.yaml.tpl @@ -41,9 +41,14 @@ application: plural: enabled: false + +ingress-nginx: + enabled: false +ingress-nginx-private: + enabled: false {{ end }} -{{ if eq .Provider "aws" }} +{{ if and (eq .Provider "aws") (not .Cloud) }} ingress-nginx: controller: service: