File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ func (m *CloudProviderAzure) FetchToken() (token *bootstraptoken.BootstrapToken)
81
81
// disabled secret, continue as there would be no token
82
82
log .Warn ("current secret is disabled, assuming non existing token" )
83
83
err = nil
84
- break ;
84
+ break
85
85
case "ForbiddenByPolicy" :
86
86
// access is forbidden
87
87
log .Error ("unable to access Azure KeyVault, please check access" )
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ func main() {
35
35
log .Info (string (opts .GetJson ()))
36
36
37
37
manager := manager.KubeBootstrapTokenManager {
38
- Opts : opts ,
38
+ Opts : opts ,
39
39
Version : gitTag ,
40
40
}
41
41
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
24
24
type (
25
25
KubeBootstrapTokenManager struct {
26
- Opts config.Opts
26
+ Opts config.Opts
27
27
Version string
28
28
29
29
ctx context.Context
You can’t perform that action at this time.
0 commit comments