Skip to content

Commit 3082971

Browse files
authored
fix: restore original loki write service account name (#2599) (backport-1.2) (#2600)
Backport of commit: a5386e2
1 parent f4153e5 commit 3082971

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/loki/values/values.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Defense Unicorns
1+
# Copyright 2024-2026 Defense Unicorns
22
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
33

44
# Sets the global DNS service to the service created in this chart
@@ -221,6 +221,10 @@ read:
221221
write:
222222
# Remove default anti-affinity to support single node
223223
affinity: null
224+
# Use shared loki SA instead of creating a write-specific one
225+
# https://github.com/grafana-community/helm-charts/issues/390
226+
serviceAccount:
227+
create: false
224228

225229
backend:
226230
# Remove default anti-affinity to support single node

0 commit comments

Comments
 (0)