From ec50f602b096943d47ad1d4e7bf90597e07d9329 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 8 May 2026 15:13:08 -0500 Subject: [PATCH] feat: change service account creation --- charts/rclone-bucket/templates/common.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/rclone-bucket/templates/common.yaml b/charts/rclone-bucket/templates/common.yaml index 1d6d8c4..37645ab 100644 --- a/charts/rclone-bucket/templates/common.yaml +++ b/charts/rclone-bucket/templates/common.yaml @@ -4,6 +4,7 @@ global: nameOverride: {{ include "rclone.name" . }} fullNameOverride: {{ include "rclone.name" . }} + createDefaultServiceAccount: true controllers: main: type: cronjob @@ -11,6 +12,8 @@ controllers: cronjob: {{- toYaml . | nindent 6 }} {{ end }} + serviceAccount: + identifier: {{ .Release.Name }} containers: sync: image: