ApplicationSet: Matrix Generator creating Argo Application when "app path does not exist" #15717
KevinBonilla
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using Git Directory generator + Cluster generator I am encountering an issue where Argo generates an application for a subfolder that does not exist.
Git configuration:
I have 2 clusters
dev
andqa
configured. In this example here I have not definedqa
subfolder but Argo still generates the unwanted application.My applicationset:
The error shown is:
My understanding was that argo will only create the application when the subfolder exists. I suspect if I add other clusters it will create argo applications for the upper environments even though I did not define the subfolder.
Do I need to change how I define my applicationsets? Any help on this question would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions