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

introduced conflict resolution for EnvVars already existing in contai… #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jmozd
Copy link

@jmozd jmozd commented Mar 12, 2023

introduced conflict resolution for EnvVars already existing in container:

For now hard-coded, existing EnvVars (with same name as EnvVars defined in PodPreset) will not be overwritten.

The old behavior caused a container start without any EnvVars in such cases.

The code already contains preparations to use a "resolution strategy" element of the PodPreset. Such an element currently doesn't exist, so the change is hard-coded to retain original values from the container.

…ner:

For now hard-coded, existing EnvVars (with same name as EnvVars defined in
PodPreset) will not be overwritten.

The old behavior caused a container start without *any* EnvVars in such cases.
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