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

service out of sync on argocd on version 2.3.1 #294

Closed
jdcmarques opened this issue Jan 12, 2024 · 0 comments · Fixed by #295
Closed

service out of sync on argocd on version 2.3.1 #294

jdcmarques opened this issue Jan 12, 2024 · 0 comments · Fixed by #295
Labels

Comments

@jdcmarques
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant