Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix namespace reference in Helm chart NOTES.txt #1924

Merged
merged 1 commit into from
Feb 6, 2024
Merged

Fix namespace reference in Helm chart NOTES.txt #1924

merged 1 commit into from
Feb 6, 2024

Conversation

pokeyaro
Copy link
Contributor

Change: Fix an issue in the NOTES.txt file of the Helm chart

Issue: While deploying the MinIO Operator using Helm, the command suggested in the NOTES.txt file was incorrect. It instructs users to retrieve a Secret in the "minio-operator" namespace, while the Secret is actually located in the namespace specified by the user.

Cause: In the NOTES.txt file, the namespace was hardcoded as "minio-operator".

Solution: I changed the hardcoded "minio-operator" to {{ .Release.Namespace }}. This way, when Helm deploys the chart, it will replace the placeholder with the actual namespace specified by the user.

I've attached the following screenshot to highlight the differences before and after the change.

screenshot
before before-minio-helm
after after-modify-note

Copy link
Contributor

@shtripat shtripat left a comment

Choose a reason for hiding this comment

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

lgtm

@pjuarezd pjuarezd merged commit 8a7e10e into minio:master Feb 6, 2024
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.

None yet

3 participants