Skip to content

Add ai.enabled configuration option to helm chart defaults #911

@cstns

Description

@cstns

Description

Following the introduction of the ai platform feature flag in the main application (link to PR), the helm chart default values should explicitly include this option.

The flag defaults to true when not present in configuration, so existing deployments are unaffected. However, it should be surfaced explicitly in the helm values so that customers are aware of the option and can easily opt out by setting it to false.

Expected addition to values:

ai:
  enabled: true

This flag acts as a global gate for all AI functionality on the platform. When set to false, all AI features are disabled regardless of individual feature configuration (assistant, expert, inline completions, snapshot descriptions).

Epic/Story

No response

Metadata

Metadata

Assignees

Labels

taskA piece of work that isn't necessarily tied to a specific Epic or Story.

Type

No type
No fields configured for issues without a type.

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions