diff --git a/content/en/docs/tasks/configure-pod-container/configure-service-account.md b/content/en/docs/tasks/configure-pod-container/configure-service-account.md index 6b587c8cb2791..eea998b35351a 100644 --- a/content/en/docs/tasks/configure-pod-container/configure-service-account.md +++ b/content/en/docs/tasks/configure-pod-container/configure-service-account.md @@ -318,3 +318,8 @@ service account volume to a projected volume. You'll need to enable the {{< /note >}} {{% /capture %}} +{{% capture whatsnext %}} +* Read about [Authorization in Kubernetes](/docs/reference/access-authn-authz/authorization/) +* Read about [Secrets](/docs/concepts/configuration/secret/) +* Read about [projected volumes](/docs/tasks/configure-pod-container/configure-projected-volume-storage/). +{{% /capture %}}