Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Revert "hiding fields for jupyter-dapla (#75)"
Browse files Browse the repository at this point in the history
This reverts commit 835bf09.
  • Loading branch information
ssb-jnk authored Nov 15, 2023
1 parent d48ae0f commit c2df2db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 26 deletions.
2 changes: 1 addition & 1 deletion charts/jupyter-python-dapla/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
31 changes: 6 additions & 25 deletions charts/jupyter-python-dapla/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
},
Expand Down Expand Up @@ -195,7 +186,6 @@
"default": "changeme",
"render": "password",
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "{{project.password}}"
}
},
Expand All @@ -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"
}
},
Expand All @@ -218,7 +207,6 @@
"description": "the white list of IP is whitespace",
"title": "Whitelist of IP",
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "{{user.ip}}"
},
"hidden": {
Expand All @@ -238,7 +226,6 @@
"description": "Only pod from the same namespace will be allowed",
"default": true,
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "region.defaultNetworkPolicy"
}
},
Expand All @@ -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",
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c2df2db

Please sign in to comment.