From ed33e923bc27d234358002da75bbb255014cfd36 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 7 May 2026 16:55:33 -0500 Subject: [PATCH] fix: service account ref --- clusters/cl01tl/helm/eraser/values.yaml | 5 +++++ clusters/cl01tl/helm/kube-prometheus-stack/values.yaml | 2 ++ clusters/cl01tl/helm/matrix-synapse/values.yaml | 2 ++ 3 files changed, 9 insertions(+) diff --git a/clusters/cl01tl/helm/eraser/values.yaml b/clusters/cl01tl/helm/eraser/values.yaml index f87be35b2..7394568cf 100644 --- a/clusters/cl01tl/helm/eraser/values.yaml +++ b/clusters/cl01tl/helm/eraser/values.yaml @@ -44,6 +44,8 @@ eraser-metrics: type: deployment replicas: 1 strategy: Recreate + serviceAccount: + name: eraser-metrics containers: main: image: @@ -83,6 +85,9 @@ eraser-metrics: - otlp exporters: - prometheus + serviceAccount: + eraser: + enabled: true service: main: controller: main diff --git a/clusters/cl01tl/helm/kube-prometheus-stack/values.yaml b/clusters/cl01tl/helm/kube-prometheus-stack/values.yaml index 6f7759b8b..4653235f7 100644 --- a/clusters/cl01tl/helm/kube-prometheus-stack/values.yaml +++ b/clusters/cl01tl/helm/kube-prometheus-stack/values.yaml @@ -123,6 +123,8 @@ ntfy-alertmanager: strategy: Recreate pod: automountServiceAccountToken: true + serviceAccount: + name: ntfy-alertmanager containers: main: image: diff --git a/clusters/cl01tl/helm/matrix-synapse/values.yaml b/clusters/cl01tl/helm/matrix-synapse/values.yaml index 718a88092..a08c220df 100644 --- a/clusters/cl01tl/helm/matrix-synapse/values.yaml +++ b/clusters/cl01tl/helm/matrix-synapse/values.yaml @@ -176,6 +176,8 @@ matrix-hookshot: type: deployment replicas: 1 strategy: Recreate + serviceAccount: + name: matrix-synapse containers: main: image: