Overview
We are using Gitlab community edition [15.4.6] and atlantis version [0.23.3], deployed using kubernetes statefulset. Atlantis does not evaluate the settings present in Server side config.
Reproduction Steps
After deploying to kubernetes, define the ATLANTIS_REPO_CONFIG
environement variable.
Tried other methods too:
using repo only config atlantis.yaml
using ATLANTIS_REPO_CONFIG_JSON json config
using argument --require-approval
using argument for config file - --repo-config
I want to execute atlantis apply only when the PR is approved by one other user.Currently atlantis does not throws an error and continues the execution.
Is this the problem of gitlab community edition or am I missing any steps?