From 5ec03d3c832211e0ca058ec5b5289ae88b2245e1 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Tue, 21 Jan 2025 15:40:26 +0100 Subject: [PATCH] =?UTF-8?q?A=C3=B1ado=20muestra?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReyMotaAppsDj/K8S/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ReyMotaAppsDj/K8S/Makefile b/ReyMotaAppsDj/K8S/Makefile index 7c1d88b..50c2a78 100644 --- a/ReyMotaAppsDj/K8S/Makefile +++ b/ReyMotaAppsDj/K8S/Makefile @@ -51,3 +51,6 @@ nginx: backup: kubectl --kubeconfig /home/creylopez/.kube/config -n reymota exec -ti deployment.apps/db -- /usr/lib/postgresql/15/bin/pg_dump --username=creylopez --dbname=reymota > reymota-$(IMG_VERSION).sql + +muestra: + -envsubst < reymota-deployment.yaml > /tmp/deployment.yaml