Skip to content

Commit

Permalink
Fix: add command to values.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pippitt committed Nov 15, 2023
1 parent 592bff7 commit f4dd81d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/atlantis/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,10 @@
"type":"string",
"description":"Name of a pre-existing Kubernetes `Secret` containing a `apisecret` key. Use this instead of `api.secret`"
},
"command":{
"type":"array",
"description":"Override the command field of the Atlantis container"
},
"commonLabels":{
"type":"object",
"description":"Add Common Labels to all resources",
Expand Down
3 changes: 3 additions & 0 deletions charts/atlantis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ enableDiffMarkdownFormat: false
# If managing secrets outside the chart for the API secret, use this variable to reference the secret name
# apiSecretName: "myapisecret"

# Override the command field of the Atlantis container
# command: []

# Common Labels for all resources created by this chart.
commonLabels: {}

Expand Down

0 comments on commit f4dd81d

Please sign in to comment.