Skip to content

Commit

Permalink
feat: fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Logan Cox <mail@logan-cox.com>
  • Loading branch information
logan-bobo committed Aug 21, 2024
1 parent cab6692 commit 34d97b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/k8s/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func GetConfig() (*rest.Config, error) {

if ImpersonateAs != "" {
cfg.Impersonate.UserName = ImpersonateAs
}
}

return cfg, nil
}

0 comments on commit 34d97b5

Please sign in to comment.