Skip to content

Commit bcba550

Browse files
committed
ci: fix values schema for compatibility with HK ci
1 parent 75d3213 commit bcba550

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

codespace-like/values.schema.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,12 @@
214214
"namespace": {
215215
"default": "~",
216216
"description": "FIXME: this is for compatibility with hoverkraft CI\n see https://github.com/hoverkraft-tech/ci-github-container/issues/815",
217+
"required": [],
217218
"title": "namespace",
218-
"type": "null"
219+
"type": [
220+
"null",
221+
"string"
222+
]
219223
},
220224
"nodeSelector": {
221225
"additionalProperties": false,
@@ -431,7 +435,6 @@
431435
}
432436
},
433437
"required": [
434-
"namespace",
435438
"replicaCount",
436439
"image",
437440
"imagePullSecrets",

codespace-like/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
# FIXME: this is for compatibility with hoverkraft CI
77
# see https://github.com/hoverkraft-tech/ci-github-container/issues/815
8+
# @schema
9+
# type: [null, string]
10+
# @schema
811
namespace: ~
912

1013
replicaCount: 1

0 commit comments

Comments
 (0)