mirror of
https://github.com/truenas/charts.git
synced 2026-06-16 15:08:11 +08:00
fix some issues
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user