Skip to content
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

Implement package directory flag #78

Closed
nabuskey opened this issue Nov 7, 2023 · 0 comments · Fixed by #100
Closed

Implement package directory flag #78

nabuskey opened this issue Nov 7, 2023 · 0 comments · Fixed by #100
Labels
enhancement New feature or request

Comments

@nabuskey
Copy link
Collaborator

nabuskey commented Nov 7, 2023

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:

  1. Look for yaml files in the directory specified.
  2. Parse and try to deserialize them into ArgoCD Applications.
  3. If the repoURL fields use the file:// URI:
  1. Otherwise apply directly the manifest.
@nabuskey nabuskey added the enhancement New feature or request label Nov 7, 2023
@nabuskey nabuskey added this to the v0.2 release milestone Nov 7, 2023
@nabuskey nabuskey linked a pull request Dec 6, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant