Skip to content

Commit c59e3f0

Browse files
committed
Remove ServiceAccount Secret automounting section
The "Automatic mounting of manually created Secrets" section of the Secrets documentation previously suggesting using PodPresets. PodPresets have been removed, there is no alternate facility described, and it's unclear if auto-mounting secrets based on associations with ServiceAccounts was ever supported. Accordingly, the section should be removed.
1 parent 37bc491 commit c59e3f0

File tree

1 file changed

+0
-5
lines changed
  • content/en/docs/concepts/configuration

1 file changed

+0
-5
lines changed

content/en/docs/concepts/configuration/secret.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -801,11 +801,6 @@ field set to that of the service account.
801801
See [Add ImagePullSecrets to a service account](/docs/tasks/configure-pod-container/configure-service-account/#add-imagepullsecrets-to-a-service-account)
802802
for a detailed explanation of that process.
803803

804-
### Automatic mounting of manually created Secrets
805-
806-
Manually created secrets (for example, one containing a token for accessing a GitHub account)
807-
can be automatically attached to pods based on their service account.
808-
809804
## Details
810805

811806
### Restrictions

0 commit comments

Comments
 (0)