Enable helm with kustomize
This commit is contained in:
parent
fd61dc669d
commit
8456018c1e
17
argocd/base/argocd-cm.yaml
Normal file
17
argocd/base/argocd-cm.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
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,3 +4,4 @@ kind: Kustomization
|
|||
namespace: argocd
|
||||
resources:
|
||||
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.5.10/manifests/ha/install.yaml
|
||||
- argocd-cm.yaml
|
||||
|
|
Loading…
Reference in a new issue