Skip to content

Commit

Permalink
Update kenv script
Browse files Browse the repository at this point in the history
  • Loading branch information
nikodemas committed Dec 4, 2023
1 parent 2a35675 commit 951c3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/monitoring/scripts/kenv
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ else
# CMS Monitoring clusters
export OS_PROJECT_NAME="CMS Web"
if [ "$1" == "mon" ]; then
export KUBECONFIG=$adir/config.monit/config.cmsmonitnew
export KUBECONFIG=$adir/config.monit/config.cmsmonit
elif [ "$1" == "ha1" ]; then
export KUBECONFIG=$adir/config.monit/config.monitoring-vm-ha1
elif [ "$1" == "ha2" ]; then
Expand Down

0 comments on commit 951c3ff

Please sign in to comment.