Skip to content

Commit

Permalink
feat(atlantis): disable repoConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Dec 27, 2023
1 parent e59286c commit a9b9eae
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions kubernetes/talos-flux/apps/atlantis/atlantis/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,23 @@ spec:
## Use Server Side Repo Config,
## ref: https://www.runatlantis.io/docs/server-side-repo-config.html
## Example default configuration
repoConfig: |
---
repos:
- id: /.*/
apply_requirements: []
workflow: default
allowed_overrides: []
allow_custom_workflows: true
workflows:
default:
plan:
steps: [init, plan]
apply:
steps: [apply]
metrics:
prometheus:
endpoint: /metrics
# repoConfig: |
# ---
# repos:
# - id: /.*/
# apply_requirements: []
# workflow: default
# allowed_overrides: []
# allow_custom_workflows: true
# workflows:
# default:
# plan:
# steps: [init, plan]
# apply:
# steps: [apply]
# metrics:
# prometheus:
# endpoint: /metrics

# Use Diff Markdown Format for color coding diffs
enableDiffMarkdownFormat: true
Expand Down

0 comments on commit a9b9eae

Please sign in to comment.