mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
disable auto rotation of secrets
This commit is contained in:
@@ -655,6 +655,7 @@ metadata:
|
|||||||
{{- include "common.labels" $ | nindent 4 }}
|
{{- include "common.labels" $ | nindent 4 }}
|
||||||
spec:
|
spec:
|
||||||
refreshInterval: 1h
|
refreshInterval: 1h
|
||||||
|
# rotationPolicy is intentionally not set to ensure no automatic rotation
|
||||||
target:
|
target:
|
||||||
name: {{ $secretName }}
|
name: {{ $secretName }}
|
||||||
creationPolicy: Owner
|
creationPolicy: Owner
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user