From 0df4ea11fe3aad4fafbb1e279a7136c1e481146e Mon Sep 17 00:00:00 2001 From: Wallace Breza Date: Wed, 22 May 2024 15:32:45 -0700 Subject: [PATCH 1/2] Adds missing 'namespace' property to azd alpha schema. --- schemas/alpha/azure.yaml.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/schemas/alpha/azure.yaml.json b/schemas/alpha/azure.yaml.json index b02900749cb..e741878c498 100644 --- a/schemas/alpha/azure.yaml.json +++ b/schemas/alpha/azure.yaml.json @@ -773,6 +773,11 @@ "title": "The version of the helm chart", "description": "The version of the helm chart to install." }, + "namespace": { + "type": "string", + "title": "Optional. The k8s namespace to install the helm chart", + "description": "When set will install the helm chart to the specified namespace. Defaults to the service namespace." + }, "values": { "type": "string", "title": "Optional. Relative path from service to a values.yaml to pass to the helm chart", From 9b4bfd4b2772d6f951fa1b7e4a1c3c913a33273d Mon Sep 17 00:00:00 2001 From: Wallace Breza Date: Wed, 22 May 2024 15:33:22 -0700 Subject: [PATCH 2/2] Adds missing 'namespace' property to azd schema. --- schemas/v1.0/azure.yaml.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/schemas/v1.0/azure.yaml.json b/schemas/v1.0/azure.yaml.json index 0442ed3f191..3e023ed003b 100644 --- a/schemas/v1.0/azure.yaml.json +++ b/schemas/v1.0/azure.yaml.json @@ -793,6 +793,11 @@ "title": "The version of the helm chart", "description": "The version of the helm chart to install." }, + "namespace": { + "type": "string", + "title": "Optional. The k8s namespace to install the helm chart", + "description": "When set will install the helm chart to the specified namespace. Defaults to the service namespace." + }, "values": { "type": "string", "title": "Optional. Relative path from service to a values.yaml to pass to the helm chart",