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
Per the pluggable packages proposal, I would like to introduce a new flag --package-dir. This specifies the directory that contain ArgoCD application yaml files.
When specified, it should:
Look for yaml files in the directory specified.
Parse and try to deserialize them into ArgoCD Applications.
Per the pluggable packages proposal, I would like to introduce a new flag
--package-dir
. This specifies the directory that contain ArgoCD application yaml files.When specified, it should:
repoURL
fields use thefile://
URI:repoURL
field with the in-cluster url for the gitea repository.The text was updated successfully, but these errors were encountered: