forked from toolshed/abra
refactor: not generating here, skipping
This commit is contained in:
parent
8078e91e52
commit
47d3b77003
@ -96,7 +96,7 @@ func ReadSecretsConfig(appEnv map[string]string, composeFiles []string, recipeNa
|
|||||||
}
|
}
|
||||||
|
|
||||||
if !(slices.Contains(enabledSecrets, secretId)) {
|
if !(slices.Contains(enabledSecrets, secretId)) {
|
||||||
logrus.Warnf("%s not enabled in recipe config, not generating", secretId)
|
logrus.Warnf("%s not enabled in recipe config, skipping", secretId)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user