mirror of
https://github.com/truenas/charts.git
synced 2026-06-17 07:27:44 +08:00
fix tests
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user