Skip to content

Commit

Permalink
fix(atlantis): removed invalid config
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Nov 15, 2023
1 parent 8a068b3 commit 81820d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ spec:
# If managing secrets outside the chart for the webhook, use this variable to reference the secret name
# vcsSecretName: 'mysecret'

## To be used for mounting credential files (when using google provider).
serviceAccountSecrets:
# credentials: <json file as base64 encoded string>
# credentials-staging: <json file as base64 encoded string>

image:
repository: ghcr.io/runatlantis/atlantis
tag: v0.26.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ spec:
# If managing secrets outside the chart for the webhook, use this variable to reference the secret name
# vcsSecretName: 'mysecret'

## To be used for mounting credential files (when using google provider).
serviceAccountSecrets:
# credentials: <json file as base64 encoded string>
# credentials-staging: <json file as base64 encoded string>

image:
repository: ghcr.io/runatlantis/atlantis
tag: v0.26.0
Expand Down

0 comments on commit 81820d9

Please sign in to comment.