Skip to content

Commit

Permalink
Add pod-spec-patch to json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
triarius committed Mar 27, 2024
1 parent c47825e commit fc79e80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/agent-stack-k8s/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@
"type": "string"
},
"examples": [["SECRET_RECIPE"]]
},
"pod-spec-patch": {
"$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec"
}
},
"examples": [
Expand Down

0 comments on commit fc79e80

Please sign in to comment.