From 284b899ab0b4b4859464fb901d50bc57153ced5c Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Mon, 5 Jan 2026 17:34:15 +0100 Subject: [PATCH] disable auto rotation of secrets --- apps/common/templates/_helpers.tpl | 1 + migrate.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/common/templates/_helpers.tpl b/apps/common/templates/_helpers.tpl index ee9ac24..d73e900 100644 --- a/apps/common/templates/_helpers.tpl +++ b/apps/common/templates/_helpers.tpl @@ -655,6 +655,7 @@ metadata: {{- include "common.labels" $ | nindent 4 }} spec: refreshInterval: 1h + # rotationPolicy is intentionally not set to ensure no automatic rotation target: name: {{ $secretName }} creationPolicy: Owner diff --git a/migrate.sh b/migrate.sh index fba5a81..1e331fd 100755 --- a/migrate.sh +++ b/migrate.sh @@ -1 +1 @@ -./scripts/sync_pvc_with_host.sh /data/volumes/prod/$1 prod $1 +./scripts/sync_pvc_with_host.sh /data/volumes/prod-containarr/$1 prod-containarr $1