Skip to content

Commit e9cb8ba

Browse files
feat: global tolertions/nodeSelector/affinity
1 parent dde2c41 commit e9cb8ba

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

charts/cf-common-test/tests/env-vars/extra_env_test.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ tests:
99
- values.yaml
1010
template: templates/controller.yaml
1111
set:
12-
env:
13-
ALICE: BOB
14-
extraEnv:
15-
FOO: $(ALICE)
12+
container:
13+
env:
14+
ALICE: BOB
15+
extraEnv:
16+
FOO: $(ALICE)
1617
asserts:
1718
- contains:
1819
path: spec.template.spec.containers[0].env

0 commit comments

Comments
 (0)