diff --git a/slurm-cluster-chart/values.schema.json b/slurm-cluster-chart/values.schema.json index ef2a7b9..57d6a9d 100644 --- a/slurm-cluster-chart/values.schema.json +++ b/slurm-cluster-chart/values.schema.json @@ -10,8 +10,9 @@ "title": "Shared cluster storage", "description": "The capacity of the storage volume shared across the Slurm cluster nodes. \nThis is dynamically allocated from the tenancy quota.", "pattern": "^[1-9][0-9]*Gi$", - "default": "10Gi" } - }, + "default": "10Gi" + } + } } } }