From 6c421a60d53d3c20d4438bf5f1ebb9a4f8113756 Mon Sep 17 00:00:00 2001 From: Tod Hansmann Date: Wed, 1 Jan 2025 17:03:27 -0700 Subject: [PATCH] fix: use commands more gooder --- ci/reactorcide-job.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/reactorcide-job.sh b/ci/reactorcide-job.sh index f398642..ee7559f 100755 --- a/ci/reactorcide-job.sh +++ b/ci/reactorcide-job.sh @@ -8,12 +8,12 @@ touch .kube/config echo "${CI_KUBECONFIG}" > .kube/config kubectl get pods -A -kubectl apply ./argocd-app.yaml +kubectl apply -f ./argocd-app.yaml helm repo add prometheus-community https://prometheus-community.github.io/helm-charts helm repo add catalyst-helm https://raw.githubusercontent.com/catalystcommunity/charts/main helm repo update -helm upgrade --install -f ./helm_values/prometheus.yaml prometheus-community/kube-prometheus-stack --version 67.5.0 +helm upgrade --install prometheus -f ./helm_values/prometheus.yaml prometheus-community/kube-prometheus-stack --version 67.5.0 -helm upgrade --install -f ./helm_values/cluster-services.yaml catalyst-helm/platform-services --version 2.1.1 +helm upgrade --install cluster-services -f ./helm_values/cluster-services.yaml catalyst-helm/platform-services --version 2.1.1