Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: No files found in /docker-entrypoint.d/, skipping in atlantis Helm chart #4454

Open
nattvasan opened this issue Apr 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@nattvasan
Copy link

nattvasan commented Apr 18, 2024

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Overview of the Issue

No files found in /docker-entrypoint.d/, skipping Error in Atlantis helm chart 4.2*.

Reproduction Steps

Using the atlantis helm chart https://artifacthub.io/packages/helm/atlantis/atlantis/4.25.0

Image name used in the helm chart: ghcr.io/runatlantis/atlantis:v0.27.2

Logs

atlantis-0:/$ id
uid=100(atlantis) gid=1000(atlantis) groups=1000(atlantis)
atlantis-0:/$ whoami
atlantis
atlantis-0:/$

kubectl logs -f atlantis-0 -n atlantis
No files found in /docker-entrypoint.d/, skipping
{"level":"info","ts":"2024-04-18T14:32:01.110Z","caller":"vcs/gitlab_client.go:114","msg":"determined GitLab is running version 16.10.3","json":{}}
{"level":"info","ts":"2024-04-18T14:32:01.613Z","caller":"server/server.go:447","msg":"Utilizing BoltDB","json":{}}
{"level":"info","ts":"2024-04-18T14:32:01.629Z","caller":"policy/conftest_client.go:153","msg":"failed to get default conftest version. Will attempt request scoped lazy loads DEFAULT_CONFTEST_VERSION not set","json":{}}
{"level":"info","ts":"2024-04-18T14:32:01.630Z","caller":"server/server.go:985","msg":"Atlantis started - listening on port 4141","json":{}}
{"level":"info","ts":"2024-04-18T14:32:01.630Z","caller":"scheduled/executor_service.go:51","msg":"Scheduled Executor Service started","json":{}}

Environment details

If not already included, please provide the following:

  • Atlantis version: atlantis v0.27.2 (commit: 2991920) (build date: 2024-03-08T21:57:57.207Z)
  • Deployment method: tf module
  • If not running the latest Atlantis version have you tried to reproduce this issue on the latest version:
  • Atlantis flags:

Atlantis server-side config file:

Testing the atlantis application without any yaml

Repo atlantis.yaml file:

Testing the atlantis application without any repo

I'm deploying in AKS

Additional Context

[Additional context on the problem. Docs, links to blogs, or other material that lead you to discover this issue or were helpful in troubleshooting the issue.

Use a bulleted list to link to tickets](#4087)

If i use the version v0.26.0, it works fine but not on v0.27.2

@nattvasan nattvasan added the bug Something isn't working label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant