Commit 7a4293f6 authored by Xing Zhou's avatar Xing Zhou

Remove useless param from kubectl create rolebinding

The `force` param is not used in `kubectl create rolebinding` & `kubectl create clusterrolebinding` commands, removed it.
parent 1df1ad9d
......@@ -100,7 +100,6 @@ func (s ClusterRoleBindingGeneratorV1) ParamNames() []GeneratorParam {
{"user", false},
{"group", false},
{"serviceaccount", false},
{"force", false},
}
}
......
......@@ -104,7 +104,6 @@ func (s RoleBindingGeneratorV1) ParamNames() []GeneratorParam {
{"user", false},
{"group", false},
{"serviceaccount", false},
{"force", false},
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment