Fix kustomization
This commit is contained in:
parent
8456018c1e
commit
5f056aa7ba
|
@ -1,17 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
data:
|
|
||||||
resource.customizations: |
|
|
||||||
networking.k8s.io/Ingress:
|
|
||||||
health.lua: |
|
|
||||||
hs = {}
|
|
||||||
hs.status = "Healthy"
|
|
||||||
return hs
|
|
||||||
kustomize.buildOptions: --enable-helm
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/instance: argocd
|
|
||||||
app.kubernetes.io/name: argocd-cm
|
|
||||||
app.kubernetes.io/part-of: argocd
|
|
||||||
name: argocd-cm
|
|
||||||
namespace: argocd
|
|
|
@ -4,4 +4,3 @@ kind: Kustomization
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
resources:
|
resources:
|
||||||
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.10/manifests/ha/install.yaml
|
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.10/manifests/ha/install.yaml
|
||||||
- argocd-cm.yaml
|
|
||||||
|
|
|
@ -14,3 +14,4 @@ data:
|
||||||
hs = {}
|
hs = {}
|
||||||
hs.status = "Healthy"
|
hs.status = "Healthy"
|
||||||
return hs
|
return hs
|
||||||
|
kustomize.buildOptions: --enable-helm
|
||||||
|
|
Loading…
Reference in a new issue