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