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

Support Secret/ConfigMap sources for templated env vars #566

Merged
merged 4 commits into from
May 22, 2024

Conversation

chunter0
Copy link
Contributor

@chunter0 chunter0 commented May 22, 2024

Adds support for other sources through templated env vars section. This will allow users to configure these values.
BOT NOTES:
resolves #565

@solo-changelog-bot
Copy link

Issues linked to changelog:
#565

@@ -50,7 +50,7 @@ spec:
imagePullPolicy: {{ $painterImage.pullPolicy }}
{{- if $painter.env }}
env:
{{ toYaml $painter.env | indent 10 }}
Copy link
Contributor

Choose a reason for hiding this comment

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

should this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There was a space character removed

@soloio-bulldozer soloio-bulldozer bot merged commit 2de765d into main May 22, 2024
3 checks passed
@soloio-bulldozer soloio-bulldozer bot deleted the chunter/env-template-sources branch May 22, 2024 18:44
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.

Support other sources in templated env vars
3 participants