-
Notifications
You must be signed in to change notification settings - Fork 504
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
feat(opentelemetry-operator): Adding extraEnv #1458
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Jiri Tyr <[email protected]>
We use |
Signed-off-by: Jiri Tyr <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, we should probably deprecate env, can you update the comment for env and recommend moving to extraEnvs?
@@ -1,6 +1,6 @@ | |||
apiVersion: v2 | |||
name: opentelemetry-operator | |||
version: 0.75.0 | |||
version: 0.76.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please bump the patch version, not the minor version. Once you've done that, please run make generate-examples CHARTS=opentelemetry-operator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jtyr it looks like there's no patch version bump anymore, can you do that and re-run the make generate when you can please?
Signed-off-by: Jiri Tyr <[email protected]>
Signed-off-by: Jiri Tyr <[email protected]>
This PR is adding the possibility to specify extra environment variable definitions that are not simple name/value pairs, for example when
valueFrom
should be used.