瀏覽代碼

Merge pull request #8 from truenas/cmd-default

Do not set any CMD defaults for ix-chart chart releases
Waqar Ahmed 4 年之前
父節點
當前提交
66c3d0d0e0
共有 1 個文件被更改,包括 3 次插入5 次删除
  1. 3 5
      test/ix-chart/2010.0.2/values.yaml

+ 3 - 5
test/ix-chart/2010.0.2/values.yaml

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