Skip to content

Commit 9cfa25b

Browse files
authored
Fix typo (#2982)
1 parent 8b3786a commit 9cfa25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/kubernetes/targets/kubernetes-agent/granular-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,4 @@ To resolve this issue, update your `WorkloadServiceAccount` to include read perm
224224
- The `get` verb for parent resources (such as Deployments)
225225
- The `list` verb for child resources (such as Pods and ReplicaSets)
226226
227-
You can further troubleshoot permission related deployment failures by adding `kubectl auth whoami` to and `kubectl auth can-i` commands to your deployment process using the "Run a kubectl script" step.
227+
You can further troubleshoot permission related deployment failures by adding `kubectl auth whoami` and `kubectl auth can-i` commands to your deployment process using the "Run a kubectl script" step.

0 commit comments

Comments
 (0)