export IMG_VERSION = 1.3 # limpia todo all: imagen clean install imagen: cd ../servicios; make install: envsubst < repostajes-deployment.yaml |kubectl create -f - kubectl create -f pv-local-repostajes.yaml kubectl create -f repostajes-prod-persistentvolumeclaim.yaml clean: envsubst < repostajes-deployment.yaml |kubectl delete -f - kubectl delete -f repostajes-prod-persistentvolumeclaim.yaml kubectl delete -f pv-local-repostajes.yaml