Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
p-se authored and manno committed Dec 11, 2024
1 parent 7c00743 commit b444f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/helmdeployer/impersonate.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import (
// getServiceAccount is called with an empty name, unless the user specified a
// service account in their git repo.
//
// If the service acocunt passed to this func is empty, it will default to
// "fleet-default". It will then check for existance and return the default
// If the service account passed to this func is empty, it will default to
// "fleet-default". It will then check for existence and return the default
// account or an empty namespace and name.
// Returning an empty name, will make the agent use its own service account,
// which is cluster admin.
Expand Down

0 comments on commit b444f2f

Please sign in to comment.