We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27f5d7 commit ecff2aaCopy full SHA for ecff2aa
kubectl-datree
@@ -10,7 +10,7 @@ show_help(){
10
printf "\nOptions:\n"
11
printf " [--namespace <namespace>] Test all resources in the cluster belonging to the specified namespace\n"
12
printf " [<resource type> <resource name>] Test a single given resource in the cluster\n"
13
- printf "\nRunning 'kubectl datree audit' with no arguments is equivalent to 'kubectl datree audit -- -n default'\n"
+ printf "\nRunning 'kubectl datree test' with no arguments is equivalent to 'kubectl datree test -- -n default'\n"
14
}
15
16
# Validate argument
@@ -112,4 +112,4 @@ else
112
fi
113
114
# Cleanup
115
-rm -rf $DST_DIR
+rm -rf $DST_DIR
0 commit comments