From e8f1ef53ce14805fbedb45809344da6253884d5f Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 8 Jul 2024 03:23:06 +1000 Subject: [PATCH] fix mongodb values --- kubernetes/infrastructure/mongodb/app/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/infrastructure/mongodb/app/release.yaml b/kubernetes/infrastructure/mongodb/app/release.yaml index f471dc3..390df64 100644 --- a/kubernetes/infrastructure/mongodb/app/release.yaml +++ b/kubernetes/infrastructure/mongodb/app/release.yaml @@ -29,6 +29,7 @@ spec: databases: - edward - anysync + automountServiceAccountToken: true replicaCount: 2 containerSecurityContext: runAsUser: 1000 @@ -55,7 +56,6 @@ spec: serviceAccount: create: true name: mongodb - automountServiceAccountToken: true rbac: create: true