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: default value for disableKubeTLSverify was in the wrong type #42

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MickaelCa
Copy link

@MickaelCa MickaelCa commented Dec 20, 2024

Type for this value was changed in ce5619b, so the actual charts results in :

helm template . --set agent.token=a --set agent.clusterID=b
Error: values don't meet the specifications of the schema(s) in the following chart(s):
vantage-kubernetes-agent:
- agent.disableKubeTLSverify: Invalid type. Expected: boolean, given: string

This PR change the default value type to a bool so the chart can be deployed again.

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