Add managed annotation to forgejo-postgres-secret SealedSecret
Adds sealedsecrets.bitnami.com/managed annotation to ensure proper lifecycle management by the sealed-secrets controller. This is a non-destructive fix that improves secret synchronization without touching encrypted data or affecting access. Related: DEV-290, DEV-289 Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
08030791c1
commit
b0fce8e16b
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
apiVersion: bitnami.com/v1alpha1
|
||||
kind: SealedSecret
|
||||
metadata:
|
||||
annotations:
|
||||
sealedsecrets.bitnami.com/managed: "true"
|
||||
creationTimestamp: null
|
||||
name: forgejo-postgres-secret
|
||||
namespace: forgejo
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue