Closed
Description
If you are trying to resolve an environment-specific issue or have a one-off question about the edge case that does not require a feature then please consider asking a
question in argocd slack channel.
Checklist:
- I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
- I've included steps to reproduce the bug.
- I've pasted the output of
argocd version
.
Describe the bug
"dot" files are loaded and evaluated for deployment. (example: .bulldozer.bot.yaml, inside path directory). This is an api breaking change in a patch version.
To Reproduce
use the following settings in an argocd/application object
directory:
jsonnet: { }
recurse: true
path: .
place a file in the path like so:
# name: .this.should.not.load.yaml
{"what": "no way"}
Upgrade from 1.7.3 to 1.7.4
It tries to marshall/evaluate/deploy the dot file.
Version
argocd: v1.7.4+f8cbd6b
BuildDate: 2020-09-05T02:44:27Z
GitCommit: f8cbd6bf432327cc3b0f70d23b66511bb906a178
GitTreeState: clean
GoVersion: go1.14.1
Compiler: gc
Platform: linux/amd64
Activity