Skip to content

Commit

Permalink
Lint schema
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Sep 18, 2024
1 parent c5b0917 commit 0d04806
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions charts/netbox/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@
"title": "Specify a imagePullPolicy",
"description": "Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'",
"type": "string",
"enum": [
"IfNotPresent",
"Always",
"Never"
]
"enum": ["IfNotPresent", "Always", "Never"]
},
"pullSecrets": {
"title": "Optionally specify an array of imagePullSecrets",
Expand All @@ -35,10 +31,7 @@
"type": "string"
}
},
"required": [
"repository",
"pullPolicy"
]
"required": ["repository", "pullPolicy"]
},
"probe": {
"type": "object",
Expand Down

0 comments on commit 0d04806

Please sign in to comment.