Skip to content

Commit

Permalink
POWERMON-199: Use correct kepler namespace in must-gather (#352)
Browse files Browse the repository at this point in the history
Signed-off-by: Vimal Kumar <vimal78@gmail.com>
  • Loading branch information
vimalk78 authored Jan 29, 2024
1 parent cd25dce commit ad7857f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion must-gather/common
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

set -eu -o pipefail

export KEPLER_NS="kepler-operator"
export KEPLER_NS=$(oc get ns -l app.kubernetes.io/managed-by=kepler-operator --output=jsonpath='{.items[*].metadata.name}')
export LOGFILE_NAME="gather-debug.log"

get_timestamp() {
Expand Down

0 comments on commit ad7857f

Please sign in to comment.