parent
be5af8e3b7
commit
d4a7b3bfff
|
|
@ -1705,10 +1705,8 @@ func (st *HelmState) prepareDiffReleases(helm helmexec.Interface, additionalValu
|
|||
flags = append(flags, "--include-tests")
|
||||
}
|
||||
|
||||
if suppress != nil {
|
||||
for _, s := range suppress {
|
||||
flags = append(flags, "--suppress", s)
|
||||
}
|
||||
for _, s := range suppress {
|
||||
flags = append(flags, "--suppress", s)
|
||||
}
|
||||
|
||||
if suppressSecrets {
|
||||
|
|
|
|||
Loading…
Reference in New Issue