Slackbot
09/15/2023, 2:48 PMBlair Hamilton
09/15/2023, 2:50 PMcheckout-strategy: merge to a config file and use the --config when starting the server. However it seems to be ignoring that flag.Blair Hamilton
09/15/2023, 2:51 PM$ cat /etc/atlantis/atlantis.yaml
checkout-strategy: merge
checkout-depth: 1
enable-policy-checks: trueBlair Hamilton
09/15/2023, 3:34 PM- id: /.*/
plan_requirements: [undiverged, mergeable]
apply_requirements: [undiverged, mergeable, approved]
allowed_overrides: [workflow]Blair Hamilton
09/15/2023, 3:36 PMBlair Hamilton
09/15/2023, 3:41 PMFinn Arne Gangstad
09/15/2023, 4:19 PMBlair Hamilton
09/15/2023, 4:27 PM--config flag pointing to that fileBlair Hamilton
09/15/2023, 4:29 PMcontainers:
- name: atlantis
args:
- server
- '--config=/etc/atlantis/atlantis.yaml'Finn Arne Gangstad
09/15/2023, 4:48 PMBlair Hamilton
09/15/2023, 5:16 PMBlair Hamilton
09/15/2023, 5:18 PMBlair Hamilton
09/15/2023, 5:25 PMBlair Hamilton
09/15/2023, 5:26 PM