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