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

* [bitnami/parse] fix: 🔒 Move service-account token auto-mount to pod declaration

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* test:  Update goss test to reflect new value

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

---------

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
Javier J. Salmerón-García
2024-01-19 10:21:50 +01:00
committed by GitHub
parent 72888ae29b
commit 7db4e4dcda
8 changed files with 15 additions and 4 deletions

View File

@@ -97,6 +97,9 @@ server:
## Enable debug mode
##
debug: false
## @param server.automountServiceAccountToken Mount Service Account token in pod
##
automountServiceAccountToken: false
## @param server.hostAliases Deployment pod host aliases
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
##
@@ -457,6 +460,9 @@ dashboard:
##
containerPorts:
http: 4040
## @param dashboard.automountServiceAccountToken Mount Service Account token in pod
##
automountServiceAccountToken: false
## @param dashboard.hostAliases Deployment pod host aliases
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
##