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

Argo CD stack update #355

Closed
v-ctiutiu opened this issue Apr 4, 2022 · 1 comment
Closed

Argo CD stack update #355

v-ctiutiu opened this issue Apr 4, 2022 · 1 comment
Assignees

Comments

@v-ctiutiu
Copy link
Contributor

Description

Argo CD is another popular open source implementation providing a neat GitOps experience. One of the main features making it unique amongst other existing solutions (like Flux CD for example), is the ability to audit and observe all CD pipelines via a graphical web interface.

Currently, the 1-click marketplace app installs and checks Argo CD installation via kubectl commands. We can enhance and simplify the process by using Helm. An official Helm chart is available now for Argo CD on the argo project repository.

Impacted Areas

None.

Solution

As per the contribution guideline, following steps must be performed:

  1. Use the stack generator script provided in this repository (./stack-templates/generate-stack.sh), and have the required scripts created automatically.
  2. Tweak as necessary the Helm chart values inside the values.yml file (usually we don't paste here the default values, because those will be merged anyways from the upstream values file of the Helm chart).
  3. Validate that the scripts work as expected for each scenario (deploy/upgrade/uninstall).
  4. Have the main README created, containing a quick start guide for Argo CD.
@v-ctiutiu v-ctiutiu self-assigned this Apr 4, 2022
@v-ctiutiu
Copy link
Contributor Author

Fixed via #357.

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