From 95f52f2d4440f87fe3732276ff8e170b66978edb Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Mon, 15 Jan 2024 06:11:02 +0800 Subject: [PATCH] fix(flux-local): missing kustomization --- .../core/db/pg/clusters/template/pguser/kustomization.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 kube/deploy/core/db/pg/clusters/template/pguser/kustomization.yaml diff --git a/kube/deploy/core/db/pg/clusters/template/pguser/kustomization.yaml b/kube/deploy/core/db/pg/clusters/template/pguser/kustomization.yaml new file mode 100644 index 00000000..96dd9ee4 --- /dev/null +++ b/kube/deploy/core/db/pg/clusters/template/pguser/kustomization.yaml @@ -0,0 +1,5 @@ +--- +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - externalsecrets.yaml