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: extraEnvVars support #329

Merged
merged 2 commits into from
Mar 5, 2024
Merged

fix: extraEnvVars support #329

merged 2 commits into from
Mar 5, 2024

Conversation

ggarson
Copy link
Contributor

@ggarson ggarson commented Mar 5, 2024

It is possible to add extraEnvVars inside values.yaml but it was not implemented in deployment.yaml.

## @param extraEnvVars Array with extra environment variables to add to the YOURLS container
## e.g:
## extraEnvVars:
## - name: FOO
## value: "bar"
##
extraEnvVars: []

Very usefull for changing value of api token signature

@LeoColomb LeoColomb enabled auto-merge (rebase) March 5, 2024 13:57
LeoColomb
LeoColomb previously approved these changes Mar 5, 2024
auto-merge was automatically disabled March 5, 2024 14:18

Head branch was pushed to by a user without write access

@ggarson
Copy link
Contributor Author

ggarson commented Mar 5, 2024

@LeoColomb I bumped the chart version because it was on error in the CI.

@LeoColomb LeoColomb enabled auto-merge (squash) March 5, 2024 14:21
@LeoColomb LeoColomb merged commit 0321b71 into YOURLS:main Mar 5, 2024
9 checks passed
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