From d4f560871856b3d93ca8d7232d6eaa0505ac2288 Mon Sep 17 00:00:00 2001 From: liangxu Date: Sat, 2 May 2026 01:35:17 +0800 Subject: [PATCH] fix: mark secret key references as optional in app deployments --- deploy/k3s/apps.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deploy/k3s/apps.yaml b/deploy/k3s/apps.yaml index 83b8938..667e2b3 100644 --- a/deploy/k3s/apps.yaml +++ b/deploy/k3s/apps.yaml @@ -50,11 +50,13 @@ spec: secretKeyRef: name: geo-rankly-app-secret key: LLM_API_KEY + optional: true - name: SILICONFLOW_API_KEY valueFrom: secretKeyRef: name: geo-rankly-app-secret key: SILICONFLOW_API_KEY + optional: true - name: OBJECT_STORAGE_ACCESS_KEY valueFrom: secretKeyRef: @@ -147,11 +149,13 @@ spec: secretKeyRef: name: geo-rankly-app-secret key: LLM_API_KEY + optional: true - name: SILICONFLOW_API_KEY valueFrom: secretKeyRef: name: geo-rankly-app-secret key: SILICONFLOW_API_KEY + optional: true - name: OBJECT_STORAGE_ACCESS_KEY valueFrom: secretKeyRef: @@ -225,11 +229,13 @@ spec: secretKeyRef: name: geo-rankly-app-secret key: LLM_API_KEY + optional: true - name: SILICONFLOW_API_KEY valueFrom: secretKeyRef: name: geo-rankly-app-secret key: SILICONFLOW_API_KEY + optional: true - name: OBJECT_STORAGE_ACCESS_KEY valueFrom: secretKeyRef: @@ -322,11 +328,13 @@ spec: secretKeyRef: name: geo-rankly-app-secret key: LLM_API_KEY + optional: true - name: SILICONFLOW_API_KEY valueFrom: secretKeyRef: name: geo-rankly-app-secret key: SILICONFLOW_API_KEY + optional: true - name: SCHEDULER_INTERNAL_METRICS_TOKEN valueFrom: secretKeyRef: