From e7efffedd9eaca5ad9e365962deb9dcdf6524509 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 9 Sep 2024 00:25:59 +0200 Subject: [PATCH] Add ingress --- argocd/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index 21fc223..65498ff 100644 --- a/argocd/kustomization.yaml +++ b/argocd/kustomization.yaml @@ -7,6 +7,7 @@ namespace: argocd # additional resources like ingress rules, cluster and repository secrets. resources: - https://raw.githubusercontent.com/argoproj/argo-cd/master/manifests/install.yaml?ref=stable +- ingress.yaml # - cmp-plugin.yaml # changes to config maps