You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case to deploy the same application across multiple destination clusters.
I've found ApplicationSets is ready to support this but Autopilot only has the capability to sync Apps.
Ideally I would like to see an applicationsets folder and be able to place applicationset resource files in that directory and have them automatically deployed.
Also, might be helpful to have the cli support create applicationset
The text was updated successfully, but these errors were encountered:
Notice how there are place holders for the destination cluster, these values come from the JSON file that is created by running the "app create" command (where you can select the target cluster to deploy against).
argocd-autopilot app create --help
Laboring the point it is the presence of these configuration files that triggers the ApplicationSet to generate an Application object.
PS
The following is a setup script I used to build my workloads repo. 3 applications deployed to "dev", "test" and "prod".
I have a use case to deploy the same application across multiple destination clusters.
I've found ApplicationSets is ready to support this but Autopilot only has the capability to sync Apps.
Ideally I would like to see an applicationsets folder and be able to place applicationset resource files in that directory and have them automatically deployed.
Also, might be helpful to have the cli support create applicationset
The text was updated successfully, but these errors were encountered: