diff --git a/charts/enterprise/traefik/Chart.yaml b/charts/enterprise/traefik/Chart.yaml index 6103fed97f8..90c07622771 100644 --- a/charts/enterprise/traefik/Chart.yaml +++ b/charts/enterprise/traefik/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/traefik/traefik-helm-chart - https://traefik.io/ type: application -version: 18.0.6 +version: 18.0.7 annotations: truecharts.org/catagories: | - network diff --git a/charts/enterprise/traefik/questions.yaml b/charts/enterprise/traefik/questions.yaml index 2e1cbe93498..64b7f79e99e 100644 --- a/charts/enterprise/traefik/questions.yaml +++ b/charts/enterprise/traefik/questions.yaml @@ -16,25 +16,34 @@ questions: # Include{containerConfig} # Include{podOptions} - - variable: ingressClass - label: "ingressClass" - group: "App Configuration" + - variable: expertIngressClass + label: Expert Mode + group: App Configuration + description: | + Expert Mode contains settings like:
+ - IngressClass
schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable" - description: "When enabled, ingressClass will match the entered name of this app" + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: ingressClass + label: "ingressClass" schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + description: "When enabled, ingressClass will match the entered name of this app" + schema: + type: boolean + default: false - variable: isDefaultClass label: "isDefaultClass" schema: type: boolean + show_if: [["enabled", "=", true]] default: false - variable: logs label: "Logs" @@ -368,7 +377,6 @@ questions: # Include{ingressAdvanced} # Include{ingressList} # Include{securityContextRoot} - - variable: runAsUser label: "runAsUser" description: "The UserID of the user running the application"