Skip to content

Commit

Permalink
Fix: add command to values.schema.json (#336)
Browse files Browse the repository at this point in the history
* Fix: add command to values.schema.json

* bump chart version
  • Loading branch information
pippitt authored Nov 15, 2023
1 parent 592bff7 commit c86eab1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/atlantis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
appVersion: v0.26.0
description: A Helm chart for Atlantis https://www.runatlantis.io
name: atlantis
version: 4.17.2
version: 4.17.3
keywords:
- terraform
home: https://www.runatlantis.io
Expand Down
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 c86eab1

Please sign in to comment.