You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo" -n namespace, optional. The value is default if not specified"
46
+
echo" -d domainUID, optional. The default value is `domain1`. When specified, the secret will be label with the domainUID unless the given value is an empty string."
47
+
echo" -s secretName, optional. When not specified, the secret name will be determined based on the domainUID option"
35
48
echo" -h Help"
36
49
exit$1
37
50
}
@@ -41,7 +54,7 @@ function usage {
41
54
#
42
55
domainUID=domain1
43
56
namespace=default
44
-
whilegetopts"hu:p:n:d:" opt;do
57
+
whilegetopts"hu:p:n:d:s:" opt;do
45
58
case$optin
46
59
u) username="${OPTARG}"
47
60
;;
@@ -51,13 +64,22 @@ while getopts "hu:p:n:d:" opt; do
0 commit comments