Merge pull request #91643 from hasheddan/permissions

Fix minor typo in projected service account e2e test
This commit is contained in:
Kubernetes Prow Robot 2020-06-01 23:34:39 -07:00 committed by GitHub
commit 1efe51b52b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -421,7 +421,7 @@ var _ = SIGDescribe("ServiceAccounts", func() {
/*
Testname: Projected service account token file ownership and permission.
Description: Ensure that Projected Service Account Token is mounted with
correct file ownership and permissino mounted. We test the
correct file ownership and permission mounted. We test the
following scenarios here.
1. RunAsUser is set,
2. FsGroup is set,