Define health
This commit is contained in:
parent
8388774b50
commit
4da7a00dd5
@ -16,6 +16,13 @@ argo-cd:
|
|||||||
- type: helm
|
- type: helm
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
url: https://argoproj.github.io/argo-helm
|
url: https://argoproj.github.io/argo-helm
|
||||||
|
resource:
|
||||||
|
customizations: |
|
||||||
|
networking.k8s.io/Ingress:
|
||||||
|
health.lua: |
|
||||||
|
hs = {}
|
||||||
|
hs.status = "Healthy"
|
||||||
|
return hs
|
||||||
#applicationSet:
|
#applicationSet:
|
||||||
# nodeSelector:
|
# nodeSelector:
|
||||||
# kubernetes.io/arch: amd64
|
# kubernetes.io/arch: amd64
|
||||||
|
Loading…
Reference in New Issue
Block a user