Skip to content

docs: add Helm values reference and expose nameOverride/fullnameOverride#356

Closed
Joseph19820124 wants to merge 1 commit intoopenabdev:mainfrom
Joseph19820124:docs/helm-values-reference
Closed

docs: add Helm values reference and expose nameOverride/fullnameOverride#356
Joseph19820124 wants to merge 1 commit intoopenabdev:mainfrom
Joseph19820124:docs/helm-values-reference

Conversation

@Joseph19820124
Copy link
Copy Markdown

Summary

Closes #163

Changes

  • charts/openab/values.yaml — add nameOverride: "" and fullnameOverride: "" at the top. Both are already supported by _helpers.tpl but were invisible to helm show values.

  • docs/helm-values-reference.md — new file with a complete table of all Helm values, including:

    • nameOverride / fullnameOverride with multi-instance deployment example
    • envFrom with Secret-based credential injection example
    • agentsMd with --set-file usage pattern
    • discord.allowedChannels / allowedUsers --set-string warning
    • All per-agent fields: pool, reactions, stt, persistence, resources, etc.
  • README.md — add one line linking to the new reference doc

Testing

helm show values ./charts/openab   # nameOverride and fullnameOverride now visible

- Add nameOverride and fullnameOverride to values.yaml (already supported
  by _helpers.tpl but undocumented)
- Add docs/helm-values-reference.md with complete table of all values,
  including envFrom, agentsMd --set-file pattern, and --set-string warning
- Link to the new reference from README.md

Closes openabdev#163
@github-actions
Copy link
Copy Markdown

⚠️ This PR is missing a Discord Discussion URL in the body.

All PRs must reference a prior Discord discussion to ensure community alignment before implementation.

Please edit the PR description to include a link like:

Discord Discussion URL: https://discord.com/channels/...

This PR will be automatically closed in 3 days if the link is not added.

@github-actions github-actions bot added the closing-soon PR missing Discord Discussion URL — will auto-close in 3 days label Apr 15, 2026
@Joseph19820124 Joseph19820124 deleted the docs/helm-values-reference branch April 15, 2026 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

closing-soon PR missing Discord Discussion URL — will auto-close in 3 days

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: add Helm values reference with undocumented options

1 participant