atlantisArchived
5 messages
Discuss the Atlantis (runatlantis.io)
Archive: https://archive.sweetops.com/atlantis/
rssalmost 3 years ago(edited)
v0.23.4
What's Changed
chore(changelog): Add v0.23.3 by @jamengual in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1633026016" data-permission-text="Title is private" data-url="https://github.com/runatlantis/atlantis/issues/3249"...
What's Changed
chore(changelog): Add v0.23.3 by @jamengual in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1633026016" data-permission-text="Title is private" data-url="https://github.com/runatlantis/atlantis/issues/3249"...
rssalmost 3 years ago(edited)
v0.23.5
What's Changed
fix(changelog): no need to update changelog by @nitrocode in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1661493786" data-permission-text="Title is private"...
What's Changed
fix(changelog): no need to update changelog by @nitrocode in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1661493786" data-permission-text="Title is private"...
rssalmost 3 years ago(edited)
v0.23.5
What's Changed
fix(changelog): no need to update changelog by @nitrocode in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1661493786" data-permission-text="Title is private"...
What's Changed
fix(changelog): no need to update changelog by @nitrocode in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1661493786" data-permission-text="Title is private"...
setheryopsalmost 3 years ago
I need help with server side repo config please. I installed with helm/kustomize so im working with a values.yaml and then an atlantis.yaml file to set up my repos. I get this error if i try to run plan:
In my values.yaml file I have the following:
Then in my Atlantis.yaml file I have this:
What am I missing here?
repo config not allowed to set 'apply_requirements' key: server-side config needs 'allowed_overrides: [apply_requirements]In my values.yaml file I have the following:
## Use Server Side Repo Config,
## ref: <https://www.runatlantis.io/docs/server-side-repo-config.html>
## Example default configuration
repoConfig: |
# ---
repos:
id: /.*/
workflow: default
allowed_overrides: [apply_requirements]
allow_custom_workflows: falseThen in my Atlantis.yaml file I have this:
version: 3
projects:
&template
dir: template
autoplan:
enabled: false
apply_requirements: [mergeable, approved, undiverged]
<<: *template
dir: service/thing1
workspace: dev
<<: *template
dir: service/thing1
workspace: stage
<<: *template
dir: service/thing1
workspace: prodWhat am I missing here?
setheryopsalmost 3 years ago
Does anyone have an example of how you pull aws secrets into your values.yaml file if you have deployed with helm to eks? This is all I can find and theres nothing in the docs...not helpful at all. Im wanting to have my values file pull the github webtoken and secret from my AWS Secrets.
# To reference an already existing Secret object with AWS credentials
# awsSecretName: 'mysecretwithawscreds'