Skip to content

Commit

Permalink
fixup! refactor: add jsonschema validation for values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
annekebr committed Feb 14, 2022
1 parent 71ce0b0 commit 655706f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@
"enum": [
"Always",
"IfNotPresent",
"Never"
"Never",
""
],
"title": "The imagePullPolicy schema",
"description": "The Image Pull Policy of Connaisseur container. (https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy)",
Expand Down

0 comments on commit 655706f

Please sign in to comment.