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 in secret #31

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

Conversation

lukbaum
Copy link

@lukbaum lukbaum commented Apr 5, 2024

Currently, the secret values need to be encoded with base64. This is not necessary as you won't have any binary data in this context (see here).

Additionally, it prevents usage of the chart with helm-secrets in combination with vals as secrets are first base64-encoded and the vals expressions are evaluated after that.

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.

1 participant