From ef380761db0d26331bb2f9169dd534b434adfebf Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 29 Oct 2023 12:20:48 +0100 Subject: [PATCH] The ingress definition should be defined outside the chart. --- charts/conduit/values.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/charts/conduit/values.yaml b/charts/conduit/values.yaml index 3c8561a..2fd519c 100644 --- a/charts/conduit/values.yaml +++ b/charts/conduit/values.yaml @@ -57,22 +57,6 @@ service: type: ClusterIP port: 6167 -ingress: - enabled: false - className: "" - annotations: {} - # kubernetes.io/ingress.class: nginx - # kubernetes.io/tls-acme: "true" - hosts: - - host: chart-example.local - paths: - - path: / - pathType: ImplementationSpecific - tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local - resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little