We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4153e5 commit 3082971Copy full SHA for 3082971
1 file changed
src/loki/values/values.yaml
@@ -1,4 +1,4 @@
1
-# Copyright 2024 Defense Unicorns
+# Copyright 2024-2026 Defense Unicorns
2
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
3
4
# Sets the global DNS service to the service created in this chart
@@ -221,6 +221,10 @@ read:
221
write:
222
# Remove default anti-affinity to support single node
223
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
228
229
backend:
230
0 commit comments