test(deployment): imagePullSecrets

This commit is contained in:
Markus Pesch 2024-11-26 19:44:34 +01:00
parent ed10c5362a
commit 4945cd1c2e
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -73,6 +73,8 @@ tests:
- equal:
path: spec.template.spec.hostNetwork
value: false
- notExists:
path: spec.template.spec.imagePullSecrets
- notExists:
path: spec.template.spec.nodeSelector
- notExists:
@ -251,6 +253,18 @@ tests:
path: spec.template.spec.subdomain
value: exporters.internal
- it: Test imagePullSecrets
set:
deployment.imagePullSecrets:
- name: my-pull-secret
- name: my-special-secret
asserts:
- equal:
path: spec.template.spec.imagePullSecrets
value:
- name: my-pull-secret
- name: my-special-secret
- it: Test nodeSelector
set:
deployment.nodeSelector: