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