From 047d707c1d1705b5a785be901e0f76dc50791f23 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Fri, 10 Nov 2023 16:48:38 +0100 Subject: [PATCH] Make argocd try and get an IP Signed-off-by: Martyn Ranyard --- apps-kustomized/argocd/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps-kustomized/argocd/kustomization.yaml b/apps-kustomized/argocd/kustomization.yaml index 3e1e461..c50bccd 100644 --- a/apps-kustomized/argocd/kustomization.yaml +++ b/apps-kustomized/argocd/kustomization.yaml @@ -6,3 +6,4 @@ resources: patchesStrategicMerge: - argocd-cm.yaml +- service.yaml