Skip to content

ADR: Migrate EMF Deployment from ArgoCD to Helmfile-Based Deployment#1656

Open
sunil-parida wants to merge 9 commits intomainfrom
remove-argocd-adr
Open

ADR: Migrate EMF Deployment from ArgoCD to Helmfile-Based Deployment#1656
sunil-parida wants to merge 9 commits intomainfrom
remove-argocd-adr

Conversation

@sunil-parida
Copy link
Copy Markdown
Contributor

Description

Please include a summary of the changes and the related issue. List any dependencies that are required for this change.

Fixes # (issue)

Any Newly Introduced Dependencies

Please describe any newly introduced 3rd party dependencies in this change. List their name, license information and how they are used in the project.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

  • I agree to use the APACHE-2.0 license for my code changes
  • I have not introduced any 3rd party dependency changes
  • I have performed a self-review of my code

Comment on lines +91 to +92
```bash
./helmfile-deploy.sh install # Install all charts
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does this differ from helmfile -e onprem appl ? Can we get a list of the additional tasks the wrapper script would perform?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@scottmbaker In the wrapper script, we used to read environment variables and some reporting related info. If we use only helmfile -e onprem apply, then we need to make sure the required environment variables are properly sourced before

@sunil-parida sunil-parida marked this pull request as ready for review April 1, 2026 14:46
@sunil-parida sunil-parida enabled auto-merge April 1, 2026 14:46
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

Successfully merging this pull request may close these issues.

3 participants