Skip to content

Commit

Permalink
Add field to json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoelho93 committed Apr 5, 2024
1 parent 895dde9 commit 0326026
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/atlantis/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,11 @@
"type": "string",
"description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images"
},
"containerSecurityContext": {
"type": "object",
"description": "SecurityContext configuration for the initConfig container.",
"$ref": "#/definitions/io.k8s.api.core.v1.SecurityContext"
},
"sharedDir": {
"type": "string",
"description": "sharedDir is set as env var INIT_SHARED_DIR"
Expand Down

0 comments on commit 0326026

Please sign in to comment.