Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed May 3, 2019
1 parent 3a5e358 commit dad6d64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions decision_maker.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ func getValuesFiles(r *release) string {
logError("Failed to decrypt secret file" + r.SecretsFile)
}
fileList = append(fileList, r.SecretsFile+".dec")
shouldCleanup = true
} else if len(r.SecretsFiles) > 0 {
if !helmPluginExists("secrets") {
logError("ERROR: helm secrets plugin is not installed/configured correctly. Aborting!")
Expand All @@ -359,7 +358,6 @@ func getValuesFiles(r *release) string {
}
}
fileList = append(fileList, r.SecretsFiles...)
shouldCleanup = true
}

if len(fileList) > 0 {
Expand Down

0 comments on commit dad6d64

Please sign in to comment.