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

[FLINK-33066] Support all k8s methods to configure env variable in operatorPod #671

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

dongwoo6kim
Copy link
Contributor

@dongwoo6kim dongwoo6kim commented Sep 13, 2023

What is the purpose of the change

To enhance Helm chart by adding full support for setting environment variables in values.yaml, including valueFrom and envFrom options, to align closely with native Kubernetes features and reduce user confusion.

Brief change log

  • Add support for valueFrom in env field
  • Add envFrom field

Verifying this change

This change is a trivial work, locally checked the generation of manifest files.

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): (yes / no)
  • The public API, i.e., is any changes to the CustomResourceDescriptors: (yes / no)
  • Core observer or reconciler logic that is regularly executed: (yes / no)

Documentation

  • Does this pull request introduce a new feature? (yes)
  • If yes, how is the feature documented? (documented)
    Q) Should I open a new PR to document about envFrom field if this PR is merged?

@mbalassi
Copy link
Contributor

Thanks, @dongwoo6kim. Please include the documentation in this change, unfortunately we maintain that manually here:
https://github.com/apache/flink-kubernetes-operator/blob/main/docs/content/docs/operations/helm.md?plain=1#L73

@dongwoo6kim
Copy link
Contributor Author

Thanks @mbalassi. I have updated the docs

Copy link
Contributor

@mbalassi mbalassi left a comment

Choose a reason for hiding this comment

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

Thanks.

@mbalassi mbalassi merged commit 1053e26 into apache:main Sep 14, 2023
112 checks passed
srpraneeth pushed a commit to srpraneeth/flink-kubernetes-operator that referenced this pull request Sep 14, 2023
FabioWanner pushed a commit to FabioWanner/flink-kubernetes-operator that referenced this pull request Nov 6, 2023
…eratorPod (apache#671)

Co-authored-by: dongwoo6.kim <[email protected]>
(cherry picked from commit 1053e26)
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