Describe the bug
Can't add a new application when multiple sources are defined, <path>/values.yaml is not present and custom values are defined on the command line.
To Reproduce
Try to create a multi source based app and custom values file with the configuration below
Expected behavior
I would expect, that passing --values <custom file>.yaml should be sufficient to define a new application.
Checklist:
argocd version
.Describe the bug Can't add a new application when multiple sources are defined,
<path>/values.yaml
is not present and custom values are defined on the command line.To Reproduce Try to create a multi source based app and custom values file with the configuration below
Expected behavior I would expect, that passing --values
<custom file>.yaml
should be sufficient to define a new application.Screenshots
Application repo:
cert-manager.yaml:
apps/values-test.yaml:
"values" repo:
charts/cert-manager/cert-manager-values.yaml:
Version
Logs
Workaround
Create an empty values.yaml file in the "application" repository: