You've already forked helm-gitea
fix(deployment): adapt nodeSelector test
This commit is contained in:
@@ -33,7 +33,7 @@ tests:
|
|||||||
asserts:
|
asserts:
|
||||||
- notExists:
|
- notExists:
|
||||||
path: spec.template.spec.nodeSelector
|
path: spec.template.spec.nodeSelector
|
||||||
template: templates/gitea/deployment.yaml
|
template: templates/deployment.yaml
|
||||||
- it: nodeSelector is defined
|
- it: nodeSelector is defined
|
||||||
set:
|
set:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
@@ -45,7 +45,7 @@ tests:
|
|||||||
content:
|
content:
|
||||||
foo: bar
|
foo: bar
|
||||||
bar: foo
|
bar: foo
|
||||||
template: templates/gitea/deployment.yaml
|
template: templates/deployment.yaml
|
||||||
|
|
||||||
- it: "injects TMP_EXISTING_ENVS_FILE as environment variable to 'init-app-ini' init container"
|
- it: "injects TMP_EXISTING_ENVS_FILE as environment variable to 'init-app-ini' init container"
|
||||||
template: templates/deployment.yaml
|
template: templates/deployment.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user