mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00
Quadlet - Do not override existing Environment in Service group for Pod units
Fixes: #26521 Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
This commit is contained in:
7
test/e2e/quadlet/service-environment.pod
Normal file
7
test/e2e/quadlet/service-environment.pod
Normal file
@ -0,0 +1,7 @@
|
||||
## assert-key-is Service Environment key1=value1 key2=value2 PODMAN_SYSTEMD_UNIT=%n
|
||||
|
||||
[Service]
|
||||
Environment=key1=value1
|
||||
Environment=key2=value2
|
||||
|
||||
[Pod]
|
@ -1089,6 +1089,7 @@ BOGUS=foo
|
||||
Entry("Pod - Remap keep-id", "remap-keep-id.pod"),
|
||||
Entry("Pod - Remap manual", "remap-manual.pod"),
|
||||
Entry("Pod - Shm Size", "shmsize.pod"),
|
||||
Entry("Pod - Service Environment", "service-environment.pod"),
|
||||
)
|
||||
|
||||
DescribeTable("Running expected warning quadlet test case",
|
||||
|
Reference in New Issue
Block a user