fix tests

This commit is contained in:
Stavros kois
2023-02-09 19:19:51 +02:00
parent d7e3116bf0
commit 7b41f68a2e
2 changed files with 7 additions and 4 deletions

View File

@@ -69,7 +69,10 @@ tests:
- it: should fail with empty repository in selected image
set:
image: *image
image:
repository: ""
tag: 1.19.0
pullPolicy: IfNotPresent
workload:
workload-name:
enabled: true

View File

@@ -77,6 +77,8 @@ securityContext:
supplementalGroups: []
sysctls: []
TZ: UTC
containerOptions:
# -- Resources
# Can be overruled per container
@@ -87,9 +89,6 @@ containerOptions:
requests:
cpu: 10m
memory: 50Mi
# -- Timezone for all containers
# Can be overruled per container
TZ: UTC
# -- PUID for all containers
# Can be overruled per container
PUID: 568
@@ -99,6 +98,7 @@ containerOptions:
NVIDIA_CAPS:
- all
# -- Options for all pods
# Can be overruled per pod
podOptions: