From 57102754536d76d00383f8e1337f83e1f2baefcd Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Tue, 18 Jun 2024 11:17:03 +1000 Subject: [PATCH] fix weave-gitops app --- kubernetes/infrastructure/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kubernetes/infrastructure/kustomization.yaml b/kubernetes/infrastructure/kustomization.yaml index 40d9d9e..db708fd 100644 --- a/kubernetes/infrastructure/kustomization.yaml +++ b/kubernetes/infrastructure/kustomization.yaml @@ -8,6 +8,7 @@ resources: - ./namespaces/ingress-nginx.yaml - ./namespaces/podinfo.yaml - ./namespaces/prometheus-operator.yaml + - ./namespaces/weave-gitops.yaml - ./repositories/repositories.yaml # - ./cilium/cilium.yaml - ./ingress-nginx/ingress-nginx-config.yaml