From 2552aceb1988fedd58d0b805d7cb0a880cbabb28 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Wed, 29 Sep 2021 13:34:21 +0200 Subject: [PATCH] spaces and duplicates --- charts/library/common-test/ci/ingress-values.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/charts/library/common-test/ci/ingress-values.yaml b/charts/library/common-test/ci/ingress-values.yaml index 620a42dec6d..ee50517ed04 100644 --- a/charts/library/common-test/ci/ingress-values.yaml +++ b/charts/library/common-test/ci/ingress-values.yaml @@ -13,10 +13,6 @@ args: - --port - '8080' -ingress: - main: - enabled: true - probes: liveness: enabled: true @@ -44,7 +40,7 @@ ingress: labels: {} ingressClassName: # "nginx" hosts: - - host: chart-example.local + - host: chart-example.local paths: - path: / pathType: Prefix @@ -66,7 +62,7 @@ ingress: labelexample1: labelvalue2 ingressClassName: # "nginx" hosts: - - host: label.chart-example.local + - host: label.chart-example.local paths: - path: / pathType: Prefix @@ -89,7 +85,7 @@ ingress: labels: {} ingressClassName: # "nginx" hosts: - - host: labellist.chart-example.local + - host: labellist.chart-example.local paths: - path: / pathType: Prefix @@ -110,7 +106,7 @@ ingress: labels: {} ingressClassName: # "nginx" hosts: - - host: notls.chart-example.local + - host: notls.chart-example.local paths: - path: / pathType: Prefix