add configmap for argocd
This commit is contained in:
parent
02a123fe1f
commit
6efe28a8ef
1 changed files with 16 additions and 0 deletions
16
argo/cm.yaml
Normal file
16
argo/cm.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
kind: ConfigMap
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: argocd-cm
|
||||
namespace: argocd
|
||||
labels:
|
||||
app.kubernetes.io/name: argocd-cm
|
||||
app.kubernetes.io/part-of: argocd
|
||||
data:
|
||||
resource.customizations: |
|
||||
networking.k8s.io/Ingress:
|
||||
health.lua: |
|
||||
hs = {}
|
||||
hs.status = "Healthy"
|
||||
return hs
|
Loading…
Reference in a new issue