[bitnami/memcached] fix: 🔒 Move service-account token auto-mount to pod declaration (#22431)

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
Javier J. Salmerón-García
2024-01-22 14:20:40 +01:00
committed by GitHub
parent fa7cfb5a4e
commit 6609782432
5 changed files with 7 additions and 1 deletions

View File

@@ -250,6 +250,9 @@ containerSecurityContext:
drop: ["ALL"]
seccompProfile:
type: "RuntimeDefault"
## @param automountServiceAccountToken Mount Service Account token in pod
##
automountServiceAccountToken: false
## @param hostAliases Add deployment host aliases
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
##