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