dynatrace-oss / progressiveDelivery-masterclass

Apache License 2.0
4 stars 11 forks source link

argo ingress stuck in progressing #20

Closed agardnerIT closed 1 year ago

agardnerIT commented 1 year ago

https://github.com/argoproj/argo-cd/issues/1704#issuecomment-1516353335 solves it

Adding this to the argocd-cm:

apiVersion: v1
data:
  resource.customizations: |
    networking.k8s.io/Ingress:
      health.lua: |
        hs = {}
        hs.status = "Healthy"
        return hs
...
agardnerIT commented 1 year ago

This issue is just to track the learnings. Solved.