From 90ef6c2bfb3f2bc2901fea2f9a63ac7716b23e1b Mon Sep 17 00:00:00 2001 From: inesh Date: Mon, 2 Dec 2024 08:06:42 +0000 Subject: [PATCH] add title --- charts/jupyter-pyspark/values.schema.json | 1 + charts/jupyter-python/values.schema.json | 1 + charts/vscode-pyspark/values.schema.json | 1 + charts/vscode-python/values.schema.json | 1 + 4 files changed, 4 insertions(+) diff --git a/charts/jupyter-pyspark/values.schema.json b/charts/jupyter-pyspark/values.schema.json index 1ed65e88..4e17eb5e 100644 --- a/charts/jupyter-pyspark/values.schema.json +++ b/charts/jupyter-pyspark/values.schema.json @@ -61,6 +61,7 @@ } }, "customPythonEnv": { + "title": "custom python environment", "type": "boolean", "description": "Use a custom python environment", "default": false diff --git a/charts/jupyter-python/values.schema.json b/charts/jupyter-python/values.schema.json index cdb7dd52..36d7a02e 100644 --- a/charts/jupyter-python/values.schema.json +++ b/charts/jupyter-python/values.schema.json @@ -61,6 +61,7 @@ } }, "customPythonEnv": { + "title": "custom python environment", "type": "boolean", "description": "Use a custom python environment", "default": false diff --git a/charts/vscode-pyspark/values.schema.json b/charts/vscode-pyspark/values.schema.json index acc9bcda..f2b51fd4 100644 --- a/charts/vscode-pyspark/values.schema.json +++ b/charts/vscode-pyspark/values.schema.json @@ -61,6 +61,7 @@ } }, "customPythonEnv": { + "title": "custom python environment", "type": "boolean", "description": "Use a custom python environment", "default": false diff --git a/charts/vscode-python/values.schema.json b/charts/vscode-python/values.schema.json index fc76d618..aa294c7c 100644 --- a/charts/vscode-python/values.schema.json +++ b/charts/vscode-python/values.schema.json @@ -61,6 +61,7 @@ } }, "customPythonEnv": { + "title": "custom python environment", "type": "boolean", "description": "Use a custom python environment", "default": false