Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix empty clusterIP when no clusterIP is defined in values (#426)
``` 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.
- Loading branch information