Nhat Le

Results 4 comments of Nhat Le

Have you checked your state file? Is it a remote-state or local-state. It's always `add` instead of `change` because the helm_release resource does not stay in the state file anymore....

To workaround, here is my configuration, I did a test with Atlantis on local and it worked. hope it can help somehow. `--remote` will always pull from the submodule repo,...

@dgokcin Sorry for the response late. No, I was using the ssh key, you just need to add your ssh key to the personal setting, don't use HTTPS in .gitmodules...

well, yes indeed, as @ganesh-katakam-T18451 said you have to authenticate with VCS. The thing I mentioned above about submodule. when you run `git submodule add ...` will decide your protocol...