Fixed wildcard in k8s recipe

pre-1.0
J. Fernando Sánchez 7 years ago
parent 0ccdf735e1
commit eb09da878f

@ -42,7 +42,7 @@ info: ## Print variables. Useful for debugging.
deploy: ## Deploy to kubernetes using the credentials in KUBE_CA_PEM_FILE (or KUBE_CA_BUNDLE ) and TOKEN
@cat k8s/{*.yaml,*.yml,*.tmpl} | envsubst | $(KUBECTL) apply -f -
@cat k8s/*.{yaml,yml,tmpl} | envsubst | $(KUBECTL) apply -f -
deploy-check: ## Get the deployed configuration.
@$(KUBECTL) get deploy,pods,svc,ingress

Loading…
Cancel
Save