Skip to content

Commit 1efe51b

Browse files
authored
Merge pull request kubernetes#91643 from hasheddan/permissions
Fix minor typo in projected service account e2e test
2 parents 99a56f6 + 7b0b5cb commit 1efe51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/auth/service_accounts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ var _ = SIGDescribe("ServiceAccounts", func() {
421421
/*
422422
Testname: Projected service account token file ownership and permission.
423423
Description: Ensure that Projected Service Account Token is mounted with
424-
correct file ownership and permissino mounted. We test the
424+
correct file ownership and permission mounted. We test the
425425
following scenarios here.
426426
1. RunAsUser is set,
427427
2. FsGroup is set,

0 commit comments

Comments
 (0)