Skip to content

[feat] helm-charts: add support for secrets#465

Open
ecniiv wants to merge 1 commit intoapache:masterfrom
ecniiv:helm-secrets
Open

[feat] helm-charts: add support for secrets#465
ecniiv wants to merge 1 commit intoapache:masterfrom
ecniiv:helm-secrets

Conversation

@ecniiv
Copy link

@ecniiv ecniiv commented Dec 9, 2025

What problem does this PR solve?

The secrets field defined in the DorisCluster specification was not being handled when deploying via Helm chart. This PR add support for the secrets field in the Helm chart template and values file for all component specs.

Related issue: #242

Added secrets configuration section with documentation and examples for each component spec:

  • Default empty array: secrets: []
  • Example commented configuration showing how to use secrets:
feSpec:
  secrets:
    - secretName: my-secret
      mountPath: /etc/doris

@morningman morningman self-assigned this Feb 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants