From 882745914ccf4dfc7c34c445eeadedab6b8e2ea7 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sat, 20 Jan 2024 22:46:29 -0800 Subject: [PATCH] ops(argocd): indent under server key --- k8s/system/argocd/application.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/k8s/system/argocd/application.yaml b/k8s/system/argocd/application.yaml index 82b37c14..0214ee66 100644 --- a/k8s/system/argocd/application.yaml +++ b/k8s/system/argocd/application.yaml @@ -11,10 +11,11 @@ spec: chart: argo-cd helm: valuesObject: - service: - type: LoadBalancer - ingress: - enabled: true + server: + service: + type: LoadBalancer + inigress: + enabled: true destination: namespace: argocd name: in-cluster