Skip to content
Merged
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
10 changes: 10 additions & 0 deletions deploy/helm/a2a-shared/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,16 @@ a2a:
provider:
name: anthropic
apiKeySecretRef: { name: a2a-provider-anthropic, key: api-key } # SealedSecret
# FuzePlan — PRIVATE (a2a-repos-git token), default branch main, product-manager role.
- tenant: FuzePlan
repo: izzywdev/FuzePlan
ref: main
enabled: true
entryRole: product-manager
external: false
provider:
name: anthropic
apiKeySecretRef: { name: a2a-provider-anthropic, key: api-key } # SealedSecret

deploy:
replicas: 1
Expand Down
Loading