@@ -307,7 +307,7 @@ func TestRunHelmInstall(t *testing.T) {
307
307
},
308
308
generalVerbose : true ,
309
309
expectedExecCalls : []mock.ExecCall {
310
- {Exec : "helm" , Params : []string {"install" , "testPackage" , "." , "--namespace" , "test-namespace" , "--create-namespace" , "--atomic" , "--wait" , "--timeout" , "525s" , "--set-file" , "my_script=dothings.sh" , "--debug" , "--dry-run" }},
310
+ {Exec : "helm" , Params : []string {"install" , "testPackage" , "." , "--namespace" , "test-namespace" , "--create-namespace" , "--atomic" , "--wait" , "--timeout" , "525s" , "--set-file" , "my_script=dothings.sh" , "--debug" , "--dry-run" , "--hide-secret" }},
311
311
{Exec : "helm" , Params : []string {"install" , "testPackage" , "." , "--namespace" , "test-namespace" , "--create-namespace" , "--atomic" , "--wait" , "--timeout" , "525s" , "--set-file" , "my_script=dothings.sh" , "--debug" }},
312
312
},
313
313
},
@@ -324,7 +324,7 @@ func TestRunHelmInstall(t *testing.T) {
324
324
},
325
325
generalVerbose : true ,
326
326
expectedExecCalls : []mock.ExecCall {
327
- {Exec : "helm" , Params : []string {"install" , "testPackage" , "." , "--namespace" , "test-namespace" , "--create-namespace" , "--atomic" , "--wait" , "--timeout" , "525s" , "--set-file" , "my_script=dothings.sh" , "--debug" , "--dry-run" }},
327
+ {Exec : "helm" , Params : []string {"install" , "testPackage" , "." , "--namespace" , "test-namespace" , "--create-namespace" , "--atomic" , "--wait" , "--timeout" , "525s" , "--set-file" , "my_script=dothings.sh" , "--debug" , "--dry-run" , "--hide-secret" }},
328
328
{Exec : "helm" , Params : []string {"install" , "testPackage" , "." , "--namespace" , "test-namespace" , "--create-namespace" , "--atomic" , "--wait" , "--timeout" , "525s" , "--set-file" , "my_script=dothings.sh" , "--debug" }},
329
329
},
330
330
},
@@ -341,7 +341,7 @@ func TestRunHelmInstall(t *testing.T) {
341
341
},
342
342
generalVerbose : true ,
343
343
expectedExecCalls : []mock.ExecCall {
344
- {Exec : "helm" , Params : []string {"install" , "testPackage" , "." , "--namespace" , "test-namespace" , "--create-namespace" , "--atomic" , "--wait" , "--timeout" , "525s" , "--set" , "auth=Basic user:password" , "--debug" , "--dry-run" }},
344
+ {Exec : "helm" , Params : []string {"install" , "testPackage" , "." , "--namespace" , "test-namespace" , "--create-namespace" , "--atomic" , "--wait" , "--timeout" , "525s" , "--set" , "auth=Basic user:password" , "--debug" , "--dry-run" , "--hide-secret" }},
345
345
{Exec : "helm" , Params : []string {"install" , "testPackage" , "." , "--namespace" , "test-namespace" , "--create-namespace" , "--atomic" , "--wait" , "--timeout" , "525s" , "--set" , "auth=Basic user:password" , "--debug" }},
346
346
},
347
347
},
@@ -393,7 +393,7 @@ func TestRunHelmUninstall(t *testing.T) {
393
393
},
394
394
generalVerbose : true ,
395
395
expectedExecCalls : []mock.ExecCall {
396
- {Exec : "helm" , Params : []string {"uninstall" , "testPackage" , "--namespace" , "test-namespace" , "--wait" , "--timeout" , "524s" , "--debug" , "--dry-run" }},
396
+ {Exec : "helm" , Params : []string {"uninstall" , "testPackage" , "--namespace" , "test-namespace" , "--wait" , "--timeout" , "524s" , "--debug" , "--dry-run" , "--hide-secret" }},
397
397
{Exec : "helm" , Params : []string {"uninstall" , "testPackage" , "--namespace" , "test-namespace" , "--wait" , "--timeout" , "524s" , "--debug" }},
398
398
},
399
399
},
0 commit comments