Unverified Commit 66c3d0d0 authored by Waqar Ahmed's avatar Waqar Ahmed Committed by GitHub

Merge pull request #8 from truenas/cmd-default

Do not set any CMD defaults for ix-chart chart releases
parents b4d44dbe b1ecbce7
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment