Skip to content

Commit

Permalink
add printenv
Browse files Browse the repository at this point in the history
  • Loading branch information
topahadzi committed Oct 31, 2023
1 parent 346d35f commit 20841c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/sh

# Define the label key and value you want to search for
printenv
echo $@

LABEL=${NODE_LABEL:-}

# Use `kubectl` to get the node name by label
Expand Down

0 comments on commit 20841c2

Please sign in to comment.