about summary refs log tree commit diff
path: root/scripts/deploy-argocd
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-28 13:04:03 +0200
committermakefunstuff <[email protected]>2024-06-28 13:04:03 +0200
commit320b06cb81e0fe434aea56494684fae101a89dfc (patch)
tree8b3e1946749256254f6fef746e9b997223209d25 /scripts/deploy-argocd
parent96abd71cde4ed66223a916935ab28af1909b7ef0 (diff)
downloadk3s-lab-320b06cb81e0fe434aea56494684fae101a89dfc.tar.gz
update
Diffstat (limited to 'scripts/deploy-argocd')
-rwxr-xr-xscripts/deploy-argocd9
1 files changed, 1 insertions, 8 deletions
diff --git a/scripts/deploy-argocd b/scripts/deploy-argocd
index 2fdec58..aa0b3e5 100755
--- a/scripts/deploy-argocd
+++ b/scripts/deploy-argocd
@@ -2,11 +2,4 @@
 
 set -e
 
-
-if kubectl get namespace argocd; then
-  echo "Namespace 'argocd' alreay exists. Doing nothing"
-else
-  echo "Creating argocd namespace"
-  kubectl create namespace argocd
-fi
-
+helm install argocd ./tools/argocd