From bff693d5390d54264c349cd66b8f4386ac7fee9c Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Wed, 7 May 2025 08:43:38 +0200 Subject: [PATCH] fix: add missing infrastructure/kustomization and fix naming error --- clusters/production/{kustomize.yaml => kustomization.yaml} | 0 infrastructure/kustomization.yaml | 5 +++++ 2 files changed, 5 insertions(+) rename clusters/production/{kustomize.yaml => kustomization.yaml} (100%) create mode 100644 infrastructure/kustomization.yaml diff --git a/clusters/production/kustomize.yaml b/clusters/production/kustomization.yaml similarity index 100% rename from clusters/production/kustomize.yaml rename to clusters/production/kustomization.yaml diff --git a/infrastructure/kustomization.yaml b/infrastructure/kustomization.yaml new file mode 100644 index 0000000..f757dd0 --- /dev/null +++ b/infrastructure/kustomization.yaml @@ -0,0 +1,5 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - monitoring/ + - longhorn/