mirror of
https://github.com/truenas/charts.git
synced 2026-04-04 19:29:22 +08:00
Do not set any CMD defaults for ix-chart chart releases
This commit is contained in:
@@ -4,17 +4,15 @@ image:
|
||||
repository: debian
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "testing"
|
||||
tag: "latest"
|
||||
|
||||
# Restart / Update policy
|
||||
restartPolicy: Always
|
||||
updateStrategy: RollingUpdate
|
||||
|
||||
# Container CMD / entrypoint
|
||||
containerCommand:
|
||||
- sleep
|
||||
containerArgs:
|
||||
- infinity
|
||||
containerCommand: []
|
||||
containerArgs: []
|
||||
containerEnvironmentVariables: []
|
||||
|
||||
# Network related configuration
|
||||
|
||||
Reference in New Issue
Block a user