manifests: remove seed config secret (PVC-only config)

This commit is contained in:
Clawdbot
2026-01-30 10:39:37 +00:00
parent c29dd778b2
commit 1d3f357e2a
2 changed files with 0 additions and 14 deletions

View File

@@ -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: |
{}

View File

@@ -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: