mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-21 15:52:28 +00:00
Fixed wildcard in k8s recipe
This commit is contained in:
parent
7444aa7ec8
commit
407fd718a3
2
k8s.mk
2
k8s.mk
@ -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…
Reference in New Issue
Block a user