Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions charts/openab/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ agents:
# enabled: true
# storageClass: ""
# size: 1Gi
# # ⚠️ When set, this ConfigMap mount shadows any file at the same path on the PVC.
# # The PVC file is NOT deleted but becomes invisible to the agent. Remove agentsMd to restore.
# agentsMd: ""
# resources: {}
# nodeSelector: {}
Expand Down Expand Up @@ -77,6 +79,8 @@ agents:
# enabled: true
# storageClass: ""
# size: 1Gi
# # ⚠️ When set, this ConfigMap mount shadows any file at the same path on the PVC.
# # The PVC file is NOT deleted but becomes invisible to the agent. Remove agentsMd to restore.
# agentsMd: ""
# resources: {}
# image: "ghcr.io/openabdev/openab-opencode:latest"
Expand Down Expand Up @@ -115,6 +119,8 @@ agents:
enabled: true
storageClass: ""
size: 1Gi # defaults to 1Gi if not set
# ⚠️ When set, this ConfigMap mount shadows any file at the same path on the PVC.
# The PVC file is NOT deleted but becomes invisible to the agent. Remove agentsMd to restore.
agentsMd: ""
resources: {}
nodeSelector: {}
Expand Down
2 changes: 2 additions & 0 deletions docs/openab-upgrade-sop.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@

> ⚠️ **Data loss warning:** `helm uninstall` **deletes the PVC** and all persistent data (steering files, auth database, agent config) unless the chart has an explicit resource policy annotation. Always use `helm rollback` instead of uninstall + reinstall. If you need to uninstall, back up the PVC data first.

> ⚠️ **`agentsMd` shadows PVC files:** When `agentsMd` is set in Helm values, the resulting ConfigMap volumeMount shadows any existing file at the same path on the PVC (e.g. `AGENTS.md`, `CLAUDE.md`, `GEMINI.md`). The PVC file is not deleted but becomes invisible to the agent. Remove `agentsMd` from your values to restore PVC files. See [#360](https://github.com/openabdev/openab/issues/360).

---

## Upgrade Process Overview
Expand Down
Loading