We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76fdf18 + 858e92d commit 8ee2c0bCopy full SHA for 8ee2c0b
2 files changed
helm/blueapi/.schema.yaml
@@ -18,7 +18,7 @@ useHelmDocs: true
18
noAdditionalProperties: false
19
20
schemaRoot:
21
- title: Blueapi Helm chart scheam
+ title: Blueapi Helm chart schema
22
description: Schema to allow validation of values passed to Blueapi Helm chart
23
# No additional properties in schema root for tighter protection:
24
additionalProperties: false
helm/blueapi/values.schema.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "title": "Blueapi Helm chart scheam",
+ "title": "Blueapi Helm chart schema",
4
"description": "Schema to allow validation of values passed to Blueapi Helm chart",
5
"type": "object",
6
"properties": {
0 commit comments