Skip to content

Commit 10afeef

Browse files
committed
Fix namepsace passing to the tail plugin
1 parent 976b3e8 commit 10afeef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/kubectl-rabbitmq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ debug() {
239239
}
240240

241241
tail() {
242-
kubectl ${NAMESPACE} tail --svc "${1}"
242+
kubectl tail ${NAMESPACE} --svc "${1}"
243243
}
244244

245245
enable_all_feature_flags() {

0 commit comments

Comments
 (0)