From 31b64f3830c7526b582fe38ea3e3fffdb12bea3c Mon Sep 17 00:00:00 2001 From: Vedant Pareek Date: Tue, 25 Apr 2023 23:15:25 +0530 Subject: [PATCH] removed tls by default from values.yaml --- charts/tfy-istio-ingress/Chart.yaml | 2 +- charts/tfy-istio-ingress/values.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/charts/tfy-istio-ingress/Chart.yaml b/charts/tfy-istio-ingress/Chart.yaml index 19191aff4..41564f2d9 100644 --- a/charts/tfy-istio-ingress/Chart.yaml +++ b/charts/tfy-istio-ingress/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tfy-istio-ingress -version: 0.1.0 +version: 0.1.1 description: "ArgoCD Applications for istio ingress config" maintainers: - name: truefoundry diff --git a/charts/tfy-istio-ingress/values.yaml b/charts/tfy-istio-ingress/values.yaml index 97f1ce97c..f15d00c70 100644 --- a/charts/tfy-istio-ingress/values.yaml +++ b/charts/tfy-istio-ingress/values.yaml @@ -34,6 +34,3 @@ tfyGateway: name: https-tfy-wildcard number: 443 protocol: HTTPS - tls: - credentialName: "wildcard-tls" - mode: SIMPLE