Skip to content

Commit

Permalink
Avoid reporting ingress objects as always progressing
Browse files Browse the repository at this point in the history
  • Loading branch information
larsks committed Sep 28, 2022
1 parent 01d57a8 commit 625a6ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
hs = {}
hs.status = "Healthy"
return hs
5 changes: 5 additions & 0 deletions kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ configMapGenerator:
behavior: merge
envs:
- configs/argocd-cmd-params.env

- name: argocd-cm
behavior: merge
files:
- configs/argocd/resource.customizations.health.networking.k8s.io_Ingress

0 comments on commit 625a6ab

Please sign in to comment.