Skip to content

Commit 8ee2c0b

Browse files
authored
Merge branch 'main' into add-logout-redirect
2 parents 76fdf18 + 858e92d commit 8ee2c0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

helm/blueapi/.schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ useHelmDocs: true
1818
noAdditionalProperties: false
1919

2020
schemaRoot:
21-
title: Blueapi Helm chart scheam
21+
title: Blueapi Helm chart schema
2222
description: Schema to allow validation of values passed to Blueapi Helm chart
2323
# No additional properties in schema root for tighter protection:
2424
additionalProperties: false

helm/blueapi/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"title": "Blueapi Helm chart scheam",
3+
"title": "Blueapi Helm chart schema",
44
"description": "Schema to allow validation of values passed to Blueapi Helm chart",
55
"type": "object",
66
"properties": {

0 commit comments

Comments
 (0)