When using argocd CLI tool v2.13.0 to make calls to an ArgoCD server running 2.12.x, the cli returns the following error:
zsh 1458 [1] % argocd app get app-staging --grpc-web
FATA[0001] Source position should be specified and must be greater than 0 for applications with multiple sources
To Reproduce
Deploy an Application with multiple sources. In our case, the Application is generated using ApplicationSet templating.
Note: some data in the config files has been deliberately withheld due to company security policies, but this should be enough to reproduce.
Checklist:
argocd version
.Describe the bug
When using
argocd
CLI tool v2.13.0 to make calls to an ArgoCD server running 2.12.x, the cli returns the following error:To Reproduce
Deploy an Application with multiple sources. In our case, the Application is generated using ApplicationSet templating.
Note: some data in the config files has been deliberately withheld due to company security policies, but this should be enough to reproduce.
applicationset.yaml
application.yaml
argocd
v.2.13.0argocd app get app-name
(--grpc-web can be included if needed but does not make a difference)Expected behavior
argocd app get
output should resemble:Version