fix some issues

This commit is contained in:
Stavros kois
2023-01-19 00:09:02 +02:00
parent d361952b08
commit 290dace68a
2 changed files with 3 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ image:
tag: latest
someImage:
repository: traefik/whoami
repository: hello-world
tag: latest
pullPolicy: IfNotPresent
@@ -21,7 +21,7 @@ args:
additionalContainers:
some-name:
imageSelector: someImage
imageSelector: image
args:
- --port
- "8081"
@@ -44,24 +44,12 @@ additionalContainers:
initContainers:
some-name:
imageSelector: someImage
command:
- /bin/sh
- -c
- echo "Hello World"
systemContainers:
some-name:
imageSelector: someImage
command:
- /bin/sh
- -c
- echo "Hello World"
installContainers:
some-name:
imageSelector: someImage
command:
- /bin/sh
- -c
- echo "Hello World"
probes:
liveness:

View File

@@ -69,7 +69,7 @@ tests:
type: not_valid_controller
asserts:
- failedTemplate:
errorMessage: Not a valid controller.type (not_valid_controller). Valid options are Deployment, DaemonSet, StatefulSet, Job
errorMessage: Not a valid controller.type (not_valid_controller). Valid options are Deployment, DaemonSet, StatefulSet, Job, CronJob
- it: should fail with wrong strategy
set: