chore: try to improve readability

This commit is contained in:
DaanSelen
2026-04-08 14:20:18 +02:00
parent c070b4f71e
commit fddf89ca36

View File

@ -231,6 +231,7 @@ tests:
- equal:
path: spec.template.spec.containers[0].image
value: test.io/act_runner:x.y.z
- it: act-runner uses digest
template: templates/statefulset.yaml
set:
@ -247,6 +248,7 @@ tests:
- equal:
path: spec.template.spec.containers[0].image
value: docker.gitea.com/act_runner:0.3.1@sha256:abcdef123456
- it: act-runner uses global.imageRegistry
template: templates/statefulset.yaml
set:
@ -263,6 +265,7 @@ tests:
- equal:
path: spec.template.spec.containers[0].image
value: test.io/act_runner:0.3.1
- it: renders additional environment variables for act-runner container in StatefulSet
template: templates/statefulset.yaml
set:
@ -340,6 +343,7 @@ tests:
- equal:
path: spec.template.spec.initContainers[1].image
value: test.io/dind:x.y.z
- it: dind uses global.imageRegistry
template: templates/statefulset.yaml
set:
@ -418,6 +422,7 @@ tests:
- equal:
path: spec.template.spec.initContainers[0].image
value: test.io/busybox:x.y.z
- it: init uses global.imageRegistry
template: templates/statefulset.yaml
set: