-
Notifications
You must be signed in to change notification settings - Fork 199
Expand file tree
/
Copy pathvalues.yaml
More file actions
558 lines (551 loc) · 24.7 KB
/
Copy pathvalues.yaml
File metadata and controls
558 lines (551 loc) · 24.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
image:
repository: ghcr.io/openabdev/openab
# tag defaults to .Chart.AppVersion
tag: ""
pullPolicy: IfNotPresent
# Chart-level name override used in generated resource names.
# For per-agent overrides, use agents.<name>.nameOverride.
nameOverride: ""
# Override the full release name used in generated resource names.
fullnameOverride: ""
# Chart-global ServiceAccount name for agent pods, used when an agent doesn't
# set its own `serviceAccountName`. Empty string = use cluster default SA.
# Per-agent values (agents.<name>.serviceAccountName) take precedence — when
# set, they fully override this. The chart only references an existing SA; it
# does NOT create one or manage annotations (provision out-of-band).
# Example:
# serviceAccountName: "openab"
serviceAccountName: ""
# Chart-global image pull secrets, used when an agent doesn't set its own
# `imagePullSecrets`. Per-agent values (agents.<name>.imagePullSecrets) take
# precedence — when set, they fully override (do not merge with) this list.
# Example:
# imagePullSecrets:
# - name: regcred
imagePullSecrets: []
podSecurityContext:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
seccompProfile:
type: RuntimeDefault
containerSecurityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
agents:
kiro:
enabled: true # set to false to skip creating resources for this agent
# To add a second agent, uncomment and fill in the block below:
# claude:
# command: claude-agent-acp
# args: []
# discord:
# enabled: true
# # ⚠️ Use --set-string for channel IDs to avoid float64 precision loss
# allowedChannels:
# - "YOUR_CHANNEL_ID"
# allowedUsers: []
# # allowBotMessages: "off" (default) | "mentions" | "all"
# # recommended for multi-agent collaboration
# allowBotMessages: "off"
# # trustedBotIds: [] # empty = any bot (mode permitting)
# trustedBotIds: []
# # allowedRoleIds: [] # role IDs that trigger the bot
# allowedRoleIds: []
# workingDir: /home/agent
# # nameOverride: custom deployment name (default: <release>-<agentKey>)
# nameOverride: ""
# env: {}
# envFrom: []
# # secretEnv: inject API keys from a Kubernetes Secret without storing them in the ConfigMap.
# # Each entry renders as valueFrom.secretKeyRef in the Deployment and auto-adds the key name
# # to inherit_env in config.toml. ⚠️ Do NOT also list the same key in env — use one or the other.
# # secretEnv:
# # - name: GEMINI_API_KEY
# # secretName: my-secrets
# # secretKey: GEMINI_API_KEY
# secretEnv: []
# pool:
# maxSessions: 10
# sessionTtlHours: 24
# reactions:
# enabled: true
# removeAfterReply: false
# # toolDisplay: "full" (default) | "compact" | "none"
# persistence:
# enabled: true
# existingClaim: "" # set to reuse an existing PVC (skips PVC creation)
# storageClass: ""
# size: 1Gi
# # configToml: provide a raw config.toml string instead of using the Helm-rendered template.
# # The content is mounted verbatim — no field mapping, no validation. Secrets must still be
# # injected via secretEnv (they render as env vars and are referenced as ${VAR} in the TOML).
# # When set, all adapter fields (slack.*, discord.*, pool.*, etc.) are ignored for rendering.
# # Can be set inline (below) or loaded as-is from a standalone file (WYSIWYG editing, full
# # TOML syntax highlighting/schema validation in your editor) via:
# # helm upgrade ... --set-file agents.<name>.configToml=./config.toml
# # Example:
# # configToml: |
# # [slack]
# # bot_token = "${SLACK_BOT_TOKEN}"
# # allowed_channels = ["C01234567"]
# # allow_user_messages = "mentions"
# #
# # [agent]
# # command = "claude-agent-acp"
# # inherit_env = ["ANTHROPIC_API_KEY"]
# #
# # [pool]
# # max_sessions = 10
# # session_ttl_hours = 24
# configToml: ""
# # ⚠️ 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: {}
# tolerations: []
# affinity: {}
# image: "" # leave empty → auto-resolves to openab:<tag>-claude (unified format)
# opencode:
# command: opencode
# args:
# - acp
# discord:
# enabled: true
# allowedChannels:
# - "YOUR_CHANNEL_ID"
# allowedUsers: []
# allowBotMessages: "off"
# trustedBotIds: []
# workingDir: /home/node
# env: {}
# envFrom: []
# secretEnv: []
# pool:
# maxSessions: 10
# sessionTtlHours: 24
# reactions:
# enabled: true
# removeAfterReply: false
# # toolDisplay: "full" (default) | "compact" | "none"
# persistence:
# enabled: true
# existingClaim: "" # set to reuse an existing PVC (skips PVC creation)
# storageClass: ""
# size: 1Gi
# agentsMd: ""
# resources: {}
# image: "" # leave empty → auto-resolves to openab:<tag>-opencode
# kimi:
# command: kimi
# args:
# - acp
# discord:
# enabled: true
# allowedChannels:
# - "YOUR_CHANNEL_ID"
# allowedUsers: []
# allowBotMessages: "off"
# trustedBotIds: []
# workingDir: /home/node
# env: {}
# envFrom: []
# secretEnv: []
# pool:
# maxSessions: 10
# sessionTtlHours: 24
# reactions:
# enabled: true
# removeAfterReply: false
# persistence:
# enabled: true
# storageClass: ""
# size: 1Gi
# image: "" # leave empty → auto-resolves to openab:<tag>-kimi
# pi:
# command: pi-acp
# discord:
# enabled: true
# allowedChannels:
# - "YOUR_CHANNEL_ID"
# allowedUsers: []
# workingDir: /home/node
# env: {}
# envFrom: []
# secretEnv: []
# pool:
# maxSessions: 10
# sessionTtlHours: 24
# reactions:
# enabled: true
# removeAfterReply: false
# # workspace.aliases: map alias names to paths for [[ws:@alias]] directives
# workspace:
# aliases:
# myproject: "~/projects/myproject"
# openab: "~/openab"
# persistence:
# enabled: true
# storageClass: ""
# size: 1Gi
# image: "" # leave empty → auto-resolves to openab:<tag>-pi
# cursor:
# command: cursor-agent
# args:
# - acp
# - --model
# - auto
# - --workspace
# - /home/agent
# discord:
# enabled: true
# allowedChannels:
# - "YOUR_CHANNEL_ID"
# allowedUsers: []
# workingDir: /home/agent
# env: {}
# # Load env vars from existing Secrets or ConfigMaps, e.g. GH_TOKEN.
# envFrom: []
# secretEnv: []
# pool:
# maxSessions: 10
# sessionTtlHours: 24
# reactions:
# enabled: true
# removeAfterReply: false
# # toolDisplay: "full" (default) | "compact" | "none"
# persistence:
# enabled: true
# existingClaim: "" # set to reuse an existing PVC (skips PVC creation)
# storageClass: ""
# size: 1Gi
# image: "" # leave empty → auto-resolves to openab:<tag>-cursor
# hermes:
# command: hermes-acp
# discord:
# enabled: true
# allowedChannels:
# - "YOUR_CHANNEL_ID"
# allowedUsers: []
# allowBotMessages: "off"
# trustedBotIds: []
# workingDir: /home/agent
# env: {}
# envFrom: []
# secretEnv: []
# pool:
# maxSessions: 10
# sessionTtlHours: 24
# persistence:
# enabled: true
# storageClass: ""
# size: 1Gi
# image: "" # leave empty → auto-resolves to openab:<tag>-hermes
# grok:
# command: grok
# args:
# - agent
# - stdio
# # See docs/grok.md for the three authentication methods:
# # 1. API key (recommended for bots): set GROK_CODE_XAI_API_KEY via env or secretEnv
# # 2. Device-code OAuth: kubectl exec + `grok login --device-auth` (requires persistence)
# # 3. Enterprise deployment key: GROK_DEPLOYMENT_KEY
# discord:
# enabled: true
# allowedChannels:
# - "YOUR_CHANNEL_ID"
# allowedUsers: []
# allowBotMessages: "off"
# trustedBotIds: []
# workingDir: /home/agent
# env: {}
# envFrom: []
# secretEnv: []
# pool:
# maxSessions: 10
# sessionTtlHours: 24
# persistence:
# enabled: true
# storageClass: ""
# size: 1Gi
# image: "" # leave empty → auto-resolves to openab:<tag>-grok
image: ""
# configUrl: when set, openab uses `-c <URL>` to fetch config remotely
# instead of mounting the chart-generated ConfigMap. The ConfigMap and its
# volume mount are skipped entirely. Use for externally managed configs.
# ⚠️ When configUrl is set, agentsMd has no effect (no ConfigMap to mount from).
# Provision AGENTS.md via the PVC, extraVolumes, or include it in the remote config.
# Example: "https://raw.githubusercontent.com/myorg/config/main/openab.toml"
configUrl: ""
command: kiro-cli
args:
- acp
- --trust-all-tools
discord:
enabled: true # set to false to disable the discord adapter
# botToken is no longer required at render time; the actual token
# is injected at runtime via the DISCORD_BOT_TOKEN env var.
# allowAllChannels: true (default) = allow all channels | false = only allowedChannels
# If not set, auto-inferred: non-empty allowedChannels → false, empty → true
# allowAllUsers: true (default) = allow all users | false = only allowedUsers
# If not set, auto-inferred: non-empty allowedUsers → false, empty → true
# ⚠️ Use --set-string for channel IDs to avoid float64 precision loss
allowedChannels:
- "YOUR_CHANNEL_ID"
# ⚠️ Use --set-string for user IDs to avoid float64 precision loss
allowedUsers: [] # only checked when allowAllUsers=false
# allowDm: true | false (default) — whether the bot responds to direct messages
allowDm: false
# allowBotMessages: "off" (default) | "mentions" | "all"
# recommended for multi-agent collaboration
allowBotMessages: "off"
# trustedBotIds: [] # empty = any bot (mode permitting); set to restrict
trustedBotIds: []
# allowedRoleIds: Role IDs that trigger the bot (same as direct @mention).
# Create a Discord role, assign it to the bot, then users can @role to trigger.
# Empty (default) = role mentions do not trigger the bot.
# allowedRoleIds: ["1234567890123456789"]
allowedRoleIds: []
# maxBotTurns: soft cap on consecutive bot turns per thread before
# the bot stops auto-replying. A human message resets the counter.
# Default 100 (Rust-side `default_max_bot_turns()`). Raise for long
# multi-agent collaborations; lower to throttle runaway loops more
# aggressively. Compiled-in hard cap of 1000 consecutive bot messages
# is always enforced (not configurable).
# maxBotTurns: 100
# messageProcessingMode: "per-message" (default) | "per-thread" | "per-lane"
# per-thread: all senders in a thread share one batch → one ACP turn per turn boundary
# per-lane: each (thread, sender) batches independently → no silent-drop risk
# messageProcessingMode: "per-lane"
# maxBufferedMessages: per-thread mpsc capacity for batching modes (default 10)
# maxBufferedMessages: 10
# maxBatchTokens: soft token cap per ACP turn for batching modes (default 24000)
# maxBatchTokens: 24000
slack:
enabled: false
botToken: "" # Bot User OAuth Token (xoxb-...)
appToken: "" # App-Level Token (xapp-...) for Socket Mode
# Use a pre-existing K8s Secret for slack-bot-token and slack-app-token
# instead of having the chart create one from botToken/appToken.
# Set to the Secret name; the Secret must contain keys:
# slack-bot-token → Bot User OAuth Token (xoxb-...)
# slack-app-token → App-Level Token (xapp-...)
# When set, botToken and appToken above are ignored. Recommended path for
# External Secrets Operator / Vault / SealedSecrets deployments.
existingSecret: ""
# assistant_mode: native Slack streaming (chat.startStream) + assistant.threads.setStatus
# status line instead of post+edit + emoji reactions. Requires the Slack app to be an
# AI app with the `assistant:write` scope (plus chat:write). Default: true — set to
# false for non-AI Slack apps (without assistant:write) to keep emoji-reaction status.
assistantMode: true
# streaming: master switch for live reply streaming. Default true. Set
# false to always post a single final message (send-once) — no native
# streaming, no post+edit placeholder — regardless of assistantMode.
# Useful in multi-agent threads to avoid streamed-message edit states
# re-firing app_mention.
streaming: true
# allowAllChannels/allowAllUsers: same auto-infer logic as discord
allowedChannels: [] # empty + no allowAllChannels → allow all (auto-inferred)
allowedUsers: [] # empty + no allowAllUsers → allow all (auto-inferred)
# allowBotMessages: "off" (default) | "mentions" | "all"
allowBotMessages: "off"
# trustedBotIds: Bot User IDs (U...) — find via Slack UI: click bot profile → Copy member ID
trustedBotIds: []
# allowUserMessages: "multibot-mentions" (default) | "involved" | "mentions"
# "involved" = respond to thread follow-ups without @mention if bot has participated
# "mentions" = always require @mention
# "multibot-mentions" = same as "involved" in single-bot threads; require @mention
# only when another bot has also posted in the thread
# (recommended for multi-bot deployments)
allowUserMessages: "multibot-mentions"
# maxBotTurns: soft cap on consecutive bot turns per thread before
# the bot stops auto-replying. A human message resets the counter.
# Default 100 (Rust-side `default_max_bot_turns()`). Raise for long
# multi-agent collaborations; lower to throttle runaway loops more
# aggressively. Compiled-in hard cap of 1000 consecutive bot messages
# is always enforced (not configurable).
# maxBotTurns: 100
# messageProcessingMode: "per-message" (default) | "per-thread" | "per-lane"
# per-thread: all senders in a thread share one batch → one ACP turn per turn boundary
# per-lane: each (thread, sender) batches independently → no silent-drop risk
# messageProcessingMode: "per-lane"
# maxBufferedMessages: per-thread mpsc capacity for batching modes (default 10)
# maxBufferedMessages: 10
# maxBatchTokens: soft token cap per ACP turn for batching modes (default 24000)
# maxBatchTokens: 24000
workingDir: /home/agent
env: {}
# Load env vars from existing Secrets or ConfigMaps, e.g. GH_TOKEN.
envFrom: []
secretEnv: [] # list of {name, secretName, secretKey} — rendered as valueFrom.secretKeyRef; keys auto-added to inherit_env
pool:
maxSessions: 10
sessionTtlHours: 24
reactions:
enabled: true
removeAfterReply: false
# toolDisplay: "full" (default) | "compact" | "none"
# compact: show count summary (e.g. ✅ 3 · 🔧 1 tool(s))
# full: show complete tool titles (for debugging)
# none: hide tool lines entirely
# narrationDisplay: default false. In send-once mode, deliver ONLY the final
# answer block (text after the last tool call); inter-tool narration is
# dropped. Set true to keep the full text. Platform-agnostic (Slack
# streaming=false, multi-bot threads, gateway). No effect while streaming.
# narrationDisplay: false
stt:
enabled: false
apiKey: ""
model: "whisper-large-v3-turbo"
baseUrl: "https://api.groq.com/openai/v1"
# Echo the transcribed text back to the thread before the agent reply
# so users can verify STT accuracy. Default: false (opt-in).
echoTranscript: false
gateway:
enabled: false # set to true + provide url to enable the [gateway] config block
deploy: true # set to false to skip Gateway Deployment/Service (config-only mode)
url: "" # e.g. ws://openab-gateway:8080/ws
platform: "telegram" # default platform when gateway is enabled
token: "" # optional shared secret (injected via GATEWAY_WS_TOKEN env var)
botUsername: "" # optional, for @mention gating
# messageProcessingMode: "per-message" (default) | "per-thread" | "per-lane"
# per-thread: all senders in a thread share one batch → one ACP turn per turn boundary
# per-lane: each (thread, sender) batches independently → no silent-drop risk
# messageProcessingMode: "per-lane"
# maxBufferedMessages: per-thread mpsc capacity for batching modes (default 10)
# maxBufferedMessages: 10
# maxBatchTokens: soft token cap per ACP turn for batching modes (default 24000)
# maxBatchTokens: 24000
image: "ghcr.io/openabdev/openab-gateway" # gateway container image
tag: "" # defaults to Chart.AppVersion
strategy: "Recreate" # Recreate (default, prevents concurrent WS conflicts) or RollingUpdate
resources: {} # e.g. { requests: { cpu: 50m, memory: 64Mi }, limits: { memory: 128Mi } }
rustLog: "info" # RUST_LOG for gateway container (e.g. "openab_gateway=debug")
nodeSelector: {}
tolerations: []
affinity: {}
# extraContainers adds sidecar containers (e.g. cloudflared tunnel)
extraContainers: []
# extraVolumeMounts adds volume mounts to the gateway container
extraVolumeMounts: []
# extraVolumes adds volumes to the gateway pod
extraVolumes: []
# Telegram adapter config (gateway-side env vars)
telegram:
botToken: "" # → TELEGRAM_BOT_TOKEN (use --set-literal or external secret mgmt)
secretToken: "" # → TELEGRAM_SECRET_TOKEN (webhook validation)
webhookPath: "" # Gateway default: /webhook/telegram → TELEGRAM_WEBHOOK_PATH
# LINE adapter config (gateway-side env vars)
line:
channelSecret: "" # → LINE_CHANNEL_SECRET (webhook signature validation)
channelAccessToken: "" # → LINE_CHANNEL_ACCESS_TOKEN (reply/push API)
# MS Teams adapter config (gateway-side env vars)
# See docs/msteams-enterprise.md for full setup guide
teams:
appId: "" # Azure Entra ID application (client) ID → TEAMS_APP_ID
appSecret: "" # Azure Entra ID client secret → TEAMS_APP_SECRET (use --set-literal or external secret mgmt)
# ⚠️ Required for Single Tenant bots — use tenant-specific endpoint
oauthEndpoint: "" # → TEAMS_OAUTH_ENDPOINT
openidMetadata: "" # Override for sovereign clouds → TEAMS_OPENID_METADATA
allowedTenants: [] # List of tenant IDs → TEAMS_ALLOWED_TENANTS
webhookPath: "" # Gateway default: /webhook/teams → TEAMS_WEBHOOK_PATH
# Feishu/Lark adapter config (gateway-side env vars)
# See docs/feishu.md for full setup guide
feishu:
appId: "" # Feishu App ID → FEISHU_APP_ID
appSecret: "" # Feishu App Secret → FEISHU_APP_SECRET (use --set-literal or external secret mgmt)
domain: "feishu" # "feishu" (China) or "lark" (international) → FEISHU_DOMAIN
connectionMode: "websocket" # "websocket" (default, recommended) or "webhook" → FEISHU_CONNECTION_MODE
webhookPath: "" # Gateway default: /webhook/feishu → FEISHU_WEBHOOK_PATH
verificationToken: "" # Webhook verification token → FEISHU_VERIFICATION_TOKEN
encryptKey: "" # Webhook encrypt key → FEISHU_ENCRYPT_KEY
allowedGroups: [] # List of chat_id → FEISHU_ALLOWED_GROUPS
allowedUsers: [] # List of open_id → FEISHU_ALLOWED_USERS
requireMention: true # Require @mention in groups → FEISHU_REQUIRE_MENTION
# Google Chat adapter config (gateway-side env vars)
# See docs/google-chat.md for full setup guide
googleChat:
audience: "" # JWT audience → GOOGLE_CHAT_AUDIENCE (set to your webhook URL to enable JWT verification)
saKeyJson: "" # Service account key JSON string → GOOGLE_CHAT_SA_KEY_JSON (recommended, auto-refresh)
accessToken: "" # Static OAuth2 access token → GOOGLE_CHAT_ACCESS_TOKEN (fallback, 1-hour TTL)
webhookPath: "" # Gateway default: /webhook/googlechat → GOOGLE_CHAT_WEBHOOK_PATH
# WeCom (企业微信) adapter config (gateway-side env vars)
# See docs/wecom.md for full setup guide
wecom:
corpId: "" # Enterprise Corp ID → WECOM_CORP_ID
secret: "" # App Secret → WECOM_SECRET (use --set-literal or external secret mgmt)
token: "" # Callback verification token → WECOM_TOKEN
encodingAesKey: "" # 43-char AES key → WECOM_ENCODING_AES_KEY
agentId: "" # Agent ID → WECOM_AGENT_ID (required)
webhookPath: "" # Gateway default: /webhook/wecom → WECOM_WEBHOOK_PATH
streamingEnabled: "" # Enable thinking-placeholder + recall streaming (causes brief client flicker) → WECOM_STREAMING_ENABLED. Default off.
debounceSecs: "" # Debounce quiet-period seconds before flushing streamed text → WECOM_DEBOUNCE_SECS. Default 3, minimum 1 (0 is treated as unset by Helm).
# Scheduled messages — config-driven cron (ADR: basic-cronjob)
# Each entry sends a message to the agent at the specified schedule.
# Example:
# cronjobs:
# - schedule: "0 9 * * 1-5"
# channel: "123456789"
# message: "summarize yesterday's merged PRs"
# enabled: true # false = skip scheduling (job config is still validated at startup)
# platform: "discord"
# senderName: "DailyOps"
# timezone: "Asia/Taipei"
# threadId: ""
# Lifecycle hooks — run custom scripts at container lifecycle events.
# See docs/hooks.md for full reference. Each hook supports exactly ONE of:
# script (absolute path), inline (script content), or url + sha256.
# hooks:
# preBoot:
# timeoutSeconds: 120
# onFailure: abort # "abort" | "warn"
# inline: |
# #!/bin/sh
# set -e
# aws s3 sync "$BOOTSTRAP_URI" "$HOME/"
# preShutdown:
# timeoutSeconds: 30
# onFailure: warn
# script: /etc/openab/pre-shutdown.sh
hooks: {}
cron:
usercronEnabled: false
usercronPath: ""
cronjobs: []
persistence:
enabled: true
existingClaim: "" # set to reuse an existing PVC (skips PVC creation)
storageClass: ""
size: 1Gi # defaults to 1Gi if not set
# Mount a custom AGENTS.md file. Useful with --set-file.
# ⚠️ 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: {}
tolerations: []
affinity: {}
# Per-agent ServiceAccount name. When set (non-empty), overrides the
# chart-global `serviceAccountName` for this agent only. Useful in
# multi-agent deployments where only some agents need a dedicated SA.
# serviceAccountName: "openab"
serviceAccountName: ""
# Per-agent image pull secrets. When set, overrides the chart-global
# `imagePullSecrets` for this agent only. Useful in multi-agent deployments
# where only some agents pull from a private registry.
# imagePullSecrets:
# - name: regcred
imagePullSecrets: []
# extraInitContainers adds init containers to the pod (runs before the main container)
extraInitContainers: []
# extraContainers adds sidecar containers to the pod
extraContainers: []
# extraVolumeMounts adds additional volume mounts to the main container
extraVolumeMounts: []
# extraVolumes adds additional volumes to the pod
extraVolumes: []