fix: sets default to true for automountServiceAccountToken in keycloak chart (#9372) (#9382)

Signed-off-by: Emil Bostijancic <emil.bostijancic@gmail.com>
This commit is contained in:
Emil Bostijancic
2022-03-11 16:16:28 +01:00
committed by GitHub
parent 1f47ec6cbc
commit e5ae7149f3
2 changed files with 2 additions and 2 deletions

View File

@@ -26,4 +26,4 @@ name: keycloak
sources:
- https://github.com/bitnami/bitnami-docker-keycloak
- https://github.com/keycloak/keycloak
version: 7.1.1
version: 7.1.2

View File

@@ -672,7 +672,7 @@ serviceAccount:
name: ""
## @param serviceAccount.automountServiceAccountToken Auto-mount the service account token in the pod
##
automountServiceAccountToken: false
automountServiceAccountToken: true
## @param serviceAccount.annotations Additional custom annotations for the ServiceAccount
##
annotations: {}