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