From b1ecbce7769fed1a19ddefb8f866e02c04b2709e Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Wed, 2 Dec 2020 21:49:26 +0500 Subject: [PATCH] Do not set any CMD defaults for ix-chart chart releases --- test/ix-chart/2010.0.2/values.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/test/ix-chart/2010.0.2/values.yaml b/test/ix-chart/2010.0.2/values.yaml index 4a1a85f0d0..8647639113 100644 --- a/test/ix-chart/2010.0.2/values.yaml +++ b/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