Skip to content

Commit fa3517f

Browse files
committed
Add note about having explicit serviceAccountName
1 parent 0740aa7 commit fa3517f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/cnf-best-practices-automount-services-for-pods.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ spec:
1414
automountServiceAccountToken: false
1515
----
1616

17+
Pods must include an explicit `serviceAccountName` in the pod spec. This is required to ensure that the pod is not automatically assigned the default service account.
18+
1719
See test case link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#access-control-pod-automount-service-account-token[access-control-pod-automount-service-account-token]
1820

0 commit comments

Comments
 (0)