From 53008da44bc15009682e323caf5a6d0446ab2143 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 24 Apr 2026 11:52:06 -0500 Subject: [PATCH] feat: add service account --- clusters/cl01tl/helm/talos/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/clusters/cl01tl/helm/talos/values.yaml b/clusters/cl01tl/helm/talos/values.yaml index 925e9ce20..9d0c4c32d 100644 --- a/clusters/cl01tl/helm/talos/values.yaml +++ b/clusters/cl01tl/helm/talos/values.yaml @@ -15,6 +15,8 @@ etcd-backup: schedule: 0 2 * * * backoffLimit: 3 parallelism: 1 + serviceAccount: + name: talos-backup-secrets containers: backup: image: @@ -95,6 +97,8 @@ etcd-backup: schedule: 0 3 * * * backoffLimit: 3 parallelism: 1 + serviceAccount: + name: talos-backup-secrets containers: backup: image: @@ -175,6 +179,8 @@ etcd-backup: schedule: 0 4 * * * backoffLimit: 3 parallelism: 1 + serviceAccount: + name: talos-backup-secrets containers: backup: image: