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

fix: Remove duplicate key value in helm chart for kubelink configs #1

Closed
wants to merge 1 commit into from

Conversation

benosman
Copy link
Owner

@benosman benosman commented Nov 14, 2023

Description

Since argocd is not yet on my cluster, I'm trying to bootstrap Devtron using fluxcd v2. It installs on the cluster using regular helm just fine, but fluxcd validates the output in a stricter manner.

It complains of a duplicate key entry for RUN_HELM_INSTALL_IN_ASYNC_MODE.

In the kubelink.configs section values.yaml, a default for RUN_HELM_INSTALL_IN_ASYNC_MODE is defined as false. In templates/kubelink.yaml there is a conditional that appends that same key below, meaning in the rendered output it appears twice.

This causes fluxcd to throw the error. This issue is for a different helm chart, but it is along the same lines.

Fixes

Removed the redundant key from kubelink.configs defaults.

The key RUN_HELM_INSTALL_IN_ASYNC_MODE is set in templates/kubelink.yaml, so having the value is redundant and causes an error when installing via fluxcd2
@benosman benosman closed this Nov 14, 2023
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.

1 participant