diff --git a/sidecar/internal/csiaddonsnode/csiaddonsnode.go b/sidecar/internal/csiaddonsnode/csiaddonsnode.go index a4af1e676..cc7ff7354 100644 --- a/sidecar/internal/csiaddonsnode/csiaddonsnode.go +++ b/sidecar/internal/csiaddonsnode/csiaddonsnode.go @@ -60,7 +60,7 @@ type Manager struct { // CSI-driver that is included in the CSIAddonsNode object. Client client.Client - // Config is a ReST Config for the Kubernets API. + // Config is a ReST Config for the Kubernetes API. Config *rest.Config // kubernetes client to interact with the Kubernetes API.