Merge pull request #8 from truenas/cmd-default

Do not set any CMD defaults for ix-chart chart releases
This commit is contained in:
Waqar Ahmed 2020-12-02 22:04:19 +05:00 committed by GitHub
commit 66c3d0d0e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -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