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 empty clusterIP when no clusterIP is defined in values #426

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

nebula-it
Copy link
Contributor

clusterIP:

Should only show up in manifest if .Values.service.clusterIP is defined. Otherwise it shows an empty value, which causes argoCD to report app as out of sync because of expects spec.clusterIP to have the auto assigned IP but manifest states it should be null value.

```
clusterIP:
```
Should only show up in manifest if `.Values.service.clusterIP` is defined. Otherwise it shows an empty value, which causes argoCD to report app as out of sync because of expects `spec.clusterIP` to have the auto assigned IP but manifest states it should be null value.
@glowkey glowkey merged commit d03881d into NVIDIA:main Dec 2, 2024
1 check passed
@nebula-it nebula-it deleted the patch-1 branch December 2, 2024 20:59
@c0deaddict
Copy link

Thanks for fixing this! I don't think there is a release yet that contains this fix? Can a maintainer create a release please? 🙏

@nebula-it
Copy link
Contributor Author

Yeah there isn't. Maybe @glowkey can help us with that

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