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
|
mountPath: /home/clawd/.openclaw
|
||||||
- name: tmp
|
- name: tmp
|
||||||
mountPath: /tmp
|
mountPath: /tmp
|
||||||
- name: config-secret
|
|
||||||
mountPath: /clawd-init
|
|
||||||
readOnly: true
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|||||||
Reference in New Issue
Block a user