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