-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for multi-source ArgoCD applications #316
Comments
Whats the error you receive? |
It appears the variable (from reference repository) comes across as empty. |
It seems expected for now
|
And here is the code. which validates, if an URL is used, the variable is not evaluated. |
From my point of view, I can't do anything. If the feature goes live as is, I have to change the docs what the url based method is not working with multi apps. |
So, since it starts with Thank you for looking. |
Are you using sops or vals backend? |
Yes, I'm using sops (3.7.3) |
I have raised a question in Community Slack about this situation. Edit: In Slack, they said that they want to support this use-case. |
+1 for this feature |
@sanster23 Thats cool. but if you read the comments above, its up to ArgoCD to support/re-implement this. |
Sadly, doesn't seem like it's going to be revisited in 2.6. |
PR upstream opened: argoproj/argo-cd#11966 |
It seems like the PR has no chance, since ArgoCD developers are not fine the proposal (I can understand the reasons). With vals backend, some workarounds exists, e.g. by set |
That's a pity to hear, but thanks for trying nevertheless. How would the described workaround be implemented, e.g. how would a complete example of such workaround look like, if I may ask? |
If This is a solution for But there is no solution for sops users yet. |
@jeroen-s @sanster23 @jete-vian @almereyda can you take a look here? https://github.com/jkroepke/helm-secrets/blob/argocd-docs/docs/ArgoCD%20Integration.md I updated the documentation and added a section about multi-source apps and update the installations instructions. It's not fully tested yet. Feedback here: #340 |
Problem Statement
ArgoCD 2.6.0-RC1 finally introduced multi-source applications. It would be great if
helm-secrets
also supported this feature.Proposed Solution
For the end user it might look something like:
Environment
Additional information
No response
Acceptance Criteria
No response
The text was updated successfully, but these errors were encountered: