mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +07:00
Always apply to argocd namespace
This commit is contained in:
parent
e6e5c177d6
commit
cc0b931514
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user