Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 220b645

Browse files
committedFeb 11, 2022
fixup! refactor: add jsonschema validation for values.yaml
1 parent 0c0f9d1 commit 220b645

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎helm/values.schema.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@
306306
"enum": [
307307
"Always",
308308
"IfNotPresent",
309-
"Never"
309+
"Never",
310+
""
310311
],
311312
"title": "The imagePullPolicy schema",
312313
"description": "The Image Pull Policy of Connaisseur container. (https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy)",

0 commit comments

Comments
 (0)
Please sign in to comment.