Always apply to argocd namespace

This commit is contained in:
Khue Doan 2021-05-01 23:12:43 +07:00
parent e6e5c177d6
commit cc0b931514

View File

@ -3,7 +3,7 @@
default: apply
apply:
kubectl --kubeconfig ../infra/kube_config.yaml apply -f .
kubectl --kubeconfig ../infra/kube_config.yaml --namespace argocd apply --filename .
delete:
kubectl --kubeconfig ../infra/kube_config.yaml delete -f .
kubectl --kubeconfig ../infra/kube_config.yaml --namespace argocd delete --filename .