From 94ebc07d72c20543d621f9667e18191beddcbf7c Mon Sep 17 00:00:00 2001 From: xavor Date: Sun, 4 May 2025 09:07:46 +0000 Subject: [PATCH] corregido kustomization --- kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kustomization.yaml b/kustomization.yaml index e7f3529..3911009 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -2,10 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - namespace.yaml +- configmap/nextcloud-custom-config.yaml - deployments/mariadb.yaml - deployments/nextcloud.yaml - services/mariadb.yaml - services/nextcloud.yaml - pvc/mariadb-pvc.yaml - pvc/nextcloud-pvc.yaml -- ingress/ingress.yaml \ No newline at end of file +- ingress/ingress.yaml