From d65596309b9b68ed4c7cc1afb37b52b31826fb06 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Tue, 6 Jan 2026 16:53:02 +0900 Subject: [PATCH] REFACTOR(secrets): flatten Vault paths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Change secret paths from / to - applications/code-server → code-server - applications/umami → umami - databases/postgresql → postgresql - cluster-infrastructure/authelia → authelia --- code-server/manifests/secret.yaml | 2 +- immich/manifests/secret.yaml | 4 ++-- umami/manifests/secret.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code-server/manifests/secret.yaml b/code-server/manifests/secret.yaml index a43448f..7d00cec 100644 --- a/code-server/manifests/secret.yaml +++ b/code-server/manifests/secret.yaml @@ -14,5 +14,5 @@ spec: data: - secretKey: password remoteRef: - key: applications/code-server + key: code-server property: PASSWORD diff --git a/immich/manifests/secret.yaml b/immich/manifests/secret.yaml index 32e4614..6664713 100644 --- a/immich/manifests/secret.yaml +++ b/immich/manifests/secret.yaml @@ -14,7 +14,7 @@ spec: data: - secretKey: password remoteRef: - key: databases/postgresql + key: postgresql property: PASSWORD --- @@ -34,5 +34,5 @@ spec: data: - secretKey: OAUTH_CLIENT_SECRET remoteRef: - key: cluster-infrastructure/authelia + key: authelia property: IMMICH_CLIENT_SECRET diff --git a/umami/manifests/secret.yaml b/umami/manifests/secret.yaml index c914a78..ea57be0 100644 --- a/umami/manifests/secret.yaml +++ b/umami/manifests/secret.yaml @@ -14,9 +14,9 @@ spec: data: - secretKey: database-url remoteRef: - key: applications/umami + key: umami property: DATABASE_URL - secretKey: hash-salt remoteRef: - key: applications/umami + key: umami property: HASH_SALT