From 3e9ab6243cc16ef05339f295cf7121782f17af0b Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 31 Mar 2022 22:51:41 +0300 Subject: [PATCH] fix(mosdns): Remove portal (#2364) Co-authored-by: Kjeld Schouten-Lebbing --- charts/incubator/mosdns/Chart.yaml | 2 +- charts/incubator/mosdns/questions.yaml | 36 -------------------------- 2 files changed, 1 insertion(+), 37 deletions(-) diff --git a/charts/incubator/mosdns/Chart.yaml b/charts/incubator/mosdns/Chart.yaml index 4ecb0d5cdb8..92dc1061769 100644 --- a/charts/incubator/mosdns/Chart.yaml +++ b/charts/incubator/mosdns/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: mosdns -version: 0.0.1 +version: 0.0.2 appVersion: "3.5.2" description: A location-based pluggable DNS forwarder/splitter. type: application diff --git a/charts/incubator/mosdns/questions.yaml b/charts/incubator/mosdns/questions.yaml index a06e0f44ace..737ab05d2ca 100644 --- a/charts/incubator/mosdns/questions.yaml +++ b/charts/incubator/mosdns/questions.yaml @@ -1,21 +1,6 @@ # Include{groups} portals: {} questions: - - variable: portal - group: "Container Image" - label: "Configure Portal Button" - schema: - type: dict - hidden: true - attrs: - - variable: enabled - label: "Enable" - description: "enable the portal button" - schema: - hidden: true - editable: false - type: boolean - default: false # Include{global} - variable: controller group: "Controller" @@ -205,27 +190,6 @@ questions: # Include{persistenceAdvanced} # Include{persistenceList} - - variable: ingress - label: "" - group: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} - -# Include{ingressTLS} - -# Include{ingressTraefik} - -# Include{ingressExpert} - # Include{ingressList} # Include{security}