diff --git a/charts/openab/templates/deployment.yaml b/charts/openab/templates/deployment.yaml index 0d45041d..b237475f 100644 --- a/charts/openab/templates/deployment.yaml +++ b/charts/openab/templates/deployment.yaml @@ -78,6 +78,12 @@ spec: - name: config mountPath: {{ $cfg.workingDir | default "/home/agent" }}/AGENTS.md subPath: AGENTS.md + - name: config + mountPath: {{ $cfg.workingDir | default "/home/agent" }}/CLAUDE.md + subPath: AGENTS.md + - name: config + mountPath: {{ $cfg.workingDir | default "/home/agent" }}/GEMINI.md + subPath: AGENTS.md {{- end }} {{- with $cfg.nodeSelector }} nodeSelector: