From e3b6048e32358653252fdc07542499b86d3da1c3 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Thu, 12 Sep 2024 10:59:09 -0700 Subject: [PATCH] feat(k8s/sys/argocd): fix "inigress" --- k8s/system/argocd/application.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/system/argocd/application.yaml b/k8s/system/argocd/application.yaml index 0214ee66..686c080f 100644 --- a/k8s/system/argocd/application.yaml +++ b/k8s/system/argocd/application.yaml @@ -14,7 +14,7 @@ spec: server: service: type: LoadBalancer - inigress: + ingress: enabled: true destination: namespace: argocd @@ -22,4 +22,4 @@ spec: syncPolicy: syncOptions: - CreateNamespace=true - - ServerSideApply=true \ No newline at end of file + - ServerSideApply=true