Skip to content

"dot" files deployed after upgrade from 1.7.3 to 1.7.4 #4432

Closed
@drewboswell

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugSomething isn't workingcomponent:config-managementTools specific issues (helm, kustomize etc)

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions