From c2df2dbb3ee5358f425f66de735da41033363001 Mon Sep 17 00:00:00 2001 From: Johnny Niklasson Date: Wed, 15 Nov 2023 19:09:54 +0100 Subject: [PATCH] Revert "hiding fields for jupyter-dapla (#75)" This reverts commit 835bf092881968921d2fd871a9001d6a05892318. --- charts/jupyter-python-dapla/Chart.yaml | 2 +- .../jupyter-python-dapla/values.schema.json | 31 ++++--------------- 2 files changed, 7 insertions(+), 26 deletions(-) diff --git a/charts/jupyter-python-dapla/Chart.yaml b/charts/jupyter-python-dapla/Chart.yaml index 19f00ab..65dcc9d 100644 --- a/charts/jupyter-python-dapla/Chart.yaml +++ b/charts/jupyter-python-dapla/Chart.yaml @@ -21,7 +21,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.9 +version: 1.1.8 dependencies: - name: library-chart diff --git a/charts/jupyter-python-dapla/values.schema.json b/charts/jupyter-python-dapla/values.schema.json index 8da6b9a..1cfeca7 100644 --- a/charts/jupyter-python-dapla/values.schema.json +++ b/charts/jupyter-python-dapla/values.schema.json @@ -39,28 +39,19 @@ "type": "boolean", "title": "Enable hive metastore discovery", "description": "discover your hive metastore service", - "default": true, - "x-onyxia": { - "hidden": true - } + "default": true }, "mlflow": { "type": "boolean", "title": "Enable mlflow discovery", "description": "discover your mlflow service", - "default": true, - "x-onyxia": { - "hidden": true - } + "default": true }, "metaflow": { "type": "boolean", "title": "Enable metaflow discovery", "description": "discover your metaflow service", - "default": true, - "x-onyxia": { - "hidden": true - } + "default": true } } }, @@ -195,7 +186,6 @@ "default": "changeme", "render": "password", "x-onyxia": { - "hidden": true, "overwriteDefaultWith": "{{project.password}}" } }, @@ -209,7 +199,6 @@ "description": "Only the configured set of IPs will be able to reach the service", "default": true, "x-onyxia": { - "hidden": true, "overwriteDefaultWith": "region.defaultIpProtection" } }, @@ -218,7 +207,6 @@ "description": "the white list of IP is whitespace", "title": "Whitelist of IP", "x-onyxia": { - "hidden": true, "overwriteDefaultWith": "{{user.ip}}" }, "hidden": { @@ -238,7 +226,6 @@ "description": "Only pod from the same namespace will be allowed", "default": true, "x-onyxia": { - "hidden": true, "overwriteDefaultWith": "region.defaultNetworkPolicy" } }, @@ -261,10 +248,7 @@ "type": "boolean", "title": "Enable service entry", "description": "Enable access to external services", - "default": true, - "x-onyxia": { - "hidden": true - } + "default": true }, "hosts": { "type": "array", @@ -503,17 +487,14 @@ "type": "boolean", "title": "Enable a custom service port", "description": "Enable a custom service port", - "default": false, - "x-onyxia": { - "hidden": true - } + "default": false }, "port": { "type": "integer", "description": "port of the custom service", "title": "Custom service port", "hidden": { - "value": true, + "value": false, "path": "networking/user/enabled" }, "default": 5000