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

Use stringData instead of data for secrets #446

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

afarid
Copy link

@afarid afarid commented Dec 22, 2024

what

This PR replaces the use of "data" to use "stringData" for the secrets

why

This allows postrendering script to work as it can parse the secrets values and replace them, For example helmfile vals
https://github.com/helmfile/vals

tests

  • test run manually by comparing secrets values before and after the changed

references

@afarid afarid requested a review from a team as a code owner December 22, 2024 20:10
Copy link
Member

@GMartinez-Sisti GMartinez-Sisti left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution @afarid. Please bump the patch version for the chart as this is more of a fix, than a feature.

Also from my understanding this is not a breaking change, if anyone thinks it is please do share the reasoning.

@GMartinez-Sisti GMartinez-Sisti added the waiting-on-response Waiting for a response from the user label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting-on-response Waiting for a response from the user
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants