Enable helm with kustomize

This commit is contained in:
Micke Nordin 2023-05-03 11:40:07 +02:00
parent fd61dc669d
commit 8456018c1e
2 changed files with 18 additions and 0 deletions

View 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

View file

@ -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