Skip to content

[BUG] Image config env var should be able to replace env var from base image config #456

@cpuguy83

Description

@cpuguy83

Expected Behavior

Env vars provided in the image section of the spec should replace env vars defined in the base spec.

Actual Behavior

This ends up adding 2nd PATH variable (since PATH is already in the base image config) rather than replacing it.

Steps To Reproduce

e.g.

image:
  env:
    PATH: ...

Are you willing to submit PRs to contribute to this bug fix?

  • Yes, I am willing to implement it.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions