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

add support for helm object #340

Merged
merged 1 commit into from
Jul 23, 2024
Merged

add support for helm object #340

merged 1 commit into from
Jul 23, 2024

Conversation

nabuskey
Copy link
Collaborator

@nabuskey nabuskey commented Jul 20, 2024

fixes: #339

With this PR we now look at the helmValueObject field in ArgoCD applications.

I ended up implementing a general replacement function that could be used for any field in ArgoCD application spec to replace cnoe:// with derived git URL. This functionality is not enabled in this PR however. I am not sure if this is something we want to support.

Signed-off-by: Manabu McCloskey <[email protected]>
@csantanapr
Copy link
Contributor

Thanks @nabuskey I think this fix the issue I posted.

I'm ok not having the functionality to replace everywhere for now. Maybe we can wait to see if someone asks for it, and even then we can put behind a experimental env variable to allow it.

@nabuskey nabuskey merged commit 1fc6f1d into cnoe-io:main Jul 23, 2024
5 checks passed
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.

[Bug]: All occurrences of cnoe:// not getting replace everywhere
3 participants