diff --git a/chart/values.schema.json b/chart/values.schema.json index 1dd6e4c99..241d07239 100644 --- a/chart/values.schema.json +++ b/chart/values.schema.json @@ -214,7 +214,7 @@ "title": "imageRegistry" }, "labels": { - "additionalProperties": false, + "additionalProperties": true, "title": "labels" }, "nodeSelector": { @@ -551,4 +551,4 @@ "required": [ "image" ] -} \ No newline at end of file +} diff --git a/chart/values.yaml b/chart/values.yaml index e9a5ead8c..147a42bb9 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -15,6 +15,7 @@ global: imagePrefix: flanksource # @schema # required: false + # additionalProperties: true # @schema labels: {} # @schema