Skip to content

feat: Update to allow for default mode in the helm chart - #773

Open
devanbenz wants to merge 4 commits into
masterfrom
db/update-default-mode
Open

feat: Update to allow for default mode in the helm chart#773
devanbenz wants to merge 4 commits into
masterfrom
db/update-default-mode

Conversation

@devanbenz

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR extends the influxdb-enterprise Helm chart to optionally set defaultMode on the TLS Secret volume mounts for both meta and data StatefulSets.

Changes:

  • Adds a (commented) defaultMode value under meta.https.secret and data.https.secret in values.yaml.
  • Renders defaultMode into the TLS Secret volume spec in both meta and data StatefulSet templates when configured.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
charts/influxdb-enterprise/values.yaml Documents a new optional defaultMode value for TLS secret volumes (commented example).
charts/influxdb-enterprise/templates/meta-statefulset.yaml Conditionally emits defaultMode for the meta TLS Secret volume.
charts/influxdb-enterprise/templates/data-statefulset.yaml Conditionally emits defaultMode for the data TLS Secret volume.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread charts/influxdb-enterprise/values.yaml Outdated
Comment thread charts/influxdb-enterprise/templates/meta-statefulset.yaml Outdated
Comment thread charts/influxdb-enterprise/templates/data-statefulset.yaml Outdated
Comment thread charts/influxdb-enterprise/values.yaml Outdated
devanbenz and others added 3 commits March 24, 2026 13:49
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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