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

Bootstrap argocd installation with a helm chart #402

Open
apresti12 opened this issue Dec 21, 2022 · 0 comments
Open

Bootstrap argocd installation with a helm chart #402

apresti12 opened this issue Dec 21, 2022 · 0 comments

Comments

@apresti12
Copy link

apresti12 commented Dec 21, 2022

Summary

Argocd Autopilot users could benefit from optionally specifying a helm chart for ArgoCD installation rather than just the default installation. For example, it would be nice to be able to control the bootstrap with things like initial RBAC configuration, controller replica count, or any other configuration available in the helm chart.

Proposal

The existing repo bootstrap should be able to install ArgoCD via a user-defined helm chart.

For example, I have a user-defined Values.yaml file with some configuration values for rbac. I should be able to run something like argocd-autopilot repo bootstrap --helm-install=latest --values=Values.yaml

The --helm-install flag indicates that command should use install from the helm chart at either the latest or a specified version.
The --values flag is just a file location for any user defined values for the installation.

@apresti12 apresti12 changed the title Bootstrap argocd installation with a user-defined helm chart Bootstrap argocd installation with a helm chart Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant