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
Copy file name to clipboardExpand all lines: config/opts.go
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,6 @@ type (
17
17
18
18
BootstrapTokenstruct {
19
19
IdTemplatestring`long:"bootstraptoken.id-template" env:"BOOTSTRAPTOKEN_ID_TEMPLATE" description:"Template for token ID for bootstrap tokens" default:"{{.Date}}"`
20
-
IdValidationstring`long:"bootstraptoken.id-validation" env:"BOOTSTRAPTOKEN_ID_VALIDATION" description:"Regexp for validation of bootstrap token IDs" default:"^[a-z0-9]{6}\\.[a-z0-9]{16}$"`
21
20
Namestring`long:"bootstraptoken.name" env:"BOOTSTRAPTOKEN_NAME" description:"Name for bootstrap tokens" default:"bootstrap-token-%s"`
22
21
Labelstring`long:"bootstraptoken.label" env:"BOOTSTRAPTOKEN_LABEL" description:"Label for bootstrap tokens" default:"webdevops.kubernetes.io/bootstraptoken-managed"`
23
22
Namespacestring`long:"bootstraptoken.namespace" env:"BOOTSTRAPTOKEN_NAMESPACE" description:"Namespace for bootstrap tokens" default:"kube-system"`
0 commit comments