From 33aa120d91ec71fb90a69b307e1602e8d9525ef9 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Tue, 18 Jun 2024 11:11:52 +1000 Subject: [PATCH] add weave-gitops to ks --- kubernetes/apps/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kubernetes/apps/kustomization.yaml b/kubernetes/apps/kustomization.yaml index 7088fba..5ee0d1b 100644 --- a/kubernetes/apps/kustomization.yaml +++ b/kubernetes/apps/kustomization.yaml @@ -5,4 +5,5 @@ resources: - ./capacitor/capacitor.yaml - ./cert-manager/cert-manager.yaml - ./homer/homer.yaml - - ./podinfo/podinfo.yaml \ No newline at end of file + - ./podinfo/podinfo.yaml + - ./weave-gitops/weave-gitops.yaml \ No newline at end of file