From 1d3f357e2a69286e925aa20c6c9753c89f8ea89a Mon Sep 17 00:00:00 2001 From: Clawdbot Date: Fri, 30 Jan 2026 10:39:37 +0000 Subject: [PATCH] manifests: remove seed config secret (PVC-only config) --- manifests/config-secret.yaml | 11 ----------- manifests/deployment.yaml | 3 --- 2 files changed, 14 deletions(-) delete mode 100644 manifests/config-secret.yaml diff --git a/manifests/config-secret.yaml b/manifests/config-secret.yaml deleted file mode 100644 index e83fb66..0000000 --- a/manifests/config-secret.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: openclaw-config - namespace: openclaw -type: Opaque -stringData: - # Minimal placeholder config for a clean install. - # Add settings back only as needed (Telegram, approvals, memorySearch, etc.). - openclaw.json: | - {} diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index d69f8d6..281bc93 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -37,9 +37,6 @@ spec: mountPath: /home/clawd/.openclaw - name: tmp mountPath: /tmp - - name: config-secret - mountPath: /clawd-init - readOnly: true volumes: - name: config persistentVolumeClaim: