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