manifests: remove seed config secret (PVC-only config)
This commit is contained in:
@@ -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: |
|
||||
{}
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user