From b68a9d62793b59c15636598c4aed16d7b9fd5990 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Thu, 18 Jul 2024 21:24:36 +1000 Subject: [PATCH] fix infra app minio --- infrastructures/minio/env/k3s-cluster/kustomization.yaml | 6 ------ .../postgresql/env/k3s-cluster/{ => templates}/ingress.yaml | 0 .../postgresql/env/k3s-cluster/{ => templates}/volume.yaml | 0 3 files changed, 6 deletions(-) rename infrastructures/postgresql/env/k3s-cluster/{ => templates}/ingress.yaml (100%) rename infrastructures/postgresql/env/k3s-cluster/{ => templates}/volume.yaml (100%) diff --git a/infrastructures/minio/env/k3s-cluster/kustomization.yaml b/infrastructures/minio/env/k3s-cluster/kustomization.yaml index 0983f2c..f7d5c56 100644 --- a/infrastructures/minio/env/k3s-cluster/kustomization.yaml +++ b/infrastructures/minio/env/k3s-cluster/kustomization.yaml @@ -1,11 +1,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -resources: - - ./volume.yaml - - ./ingress.yaml ---- -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization helmCharts: - name: postgresql repo: oci://registry-1.docker.io/bitnamicharts diff --git a/infrastructures/postgresql/env/k3s-cluster/ingress.yaml b/infrastructures/postgresql/env/k3s-cluster/templates/ingress.yaml similarity index 100% rename from infrastructures/postgresql/env/k3s-cluster/ingress.yaml rename to infrastructures/postgresql/env/k3s-cluster/templates/ingress.yaml diff --git a/infrastructures/postgresql/env/k3s-cluster/volume.yaml b/infrastructures/postgresql/env/k3s-cluster/templates/volume.yaml similarity index 100% rename from infrastructures/postgresql/env/k3s-cluster/volume.yaml rename to infrastructures/postgresql/env/k3s-cluster/templates/volume.yaml