stakater / application

Generic helm chart for all kind of applications
http://stakater.com
MIT License
199 stars 85 forks source link

service out of sync on argocd on version 2.3.1 #294

Closed jdcmarques closed 8 months ago

jdcmarques commented 8 months ago

Describe the bug Getting consistent Out of Sync on ArgoCD when creating ClusterIP services image Because now clusterIP field on spec is always provisioned. image

Issue was introduced by #275

To Reproduce

  service:
    enabled: true
    ports:
      - port: 80
        name: http
        protocol: TCP
        targetPort: http

Expected behavior clusterIP field is only included when it's specified

Actual behavior clusterIP is always included