Skip to content

Commit

Permalink
Fix alerts profile path
Browse files Browse the repository at this point in the history
Signed-off-by: Naga Ravi Chaitanya Elluri <[email protected]>
  • Loading branch information
chaitanyaenr committed Apr 26, 2024
1 parent bbfe4fe commit 400f21e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export SIGNAL_STATE=${SIGNAL_STATE:=RUN}
export DEPLOY_DASHBOARDS=${DEPLOY_DASHBOARDS:=False}
export CAPTURE_METRICS=${CAPTURE_METRICS:=False}
export ENABLE_ALERTS=${ENABLE_ALERTS:=False}
export ALERTS_PATH=${ALERTS_PATH:=config/alerts}
export ALERTS_PATH=${ALERTS_PATH:=config/alerts.yaml}
export ES_SERVER=${ES_SERVER:=http://0.0.0.0:9200}
export CHECK_CRITICAL_ALERTS=${CHECK_CRITICAL_ALERTS:=False}
export KUBE_BURNER_URL=${KUBE_BURNER_URL:=https://github.com/cloud-bulldozer/kube-burner/releases/download/v1.7.0/kube-burner-1.7.0-Linux-x86_64.tar.gz}
Expand All @@ -41,4 +41,4 @@ export ELASTIC_SERVER=${ELASTIC_SERVER:=""}
export ELASTIC_INDEX=${ELASTIC_INDEX:=""}

# Set KUBECONFIG to mounted kubeconfig
export KUBECONFIG=${KRKN_KUBE_CONFIG}
export KUBECONFIG=${KRKN_KUBE_CONFIG}

0 comments on commit 400f21e

Please sign in to comment.