Do not set any CMD defaults for ix-chart chart releases
This commit is contained in:
parent
b4d44dbeeb
commit
b1ecbce776
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue