fix(clustertool): correct logging on SOPS secret YAML creation
This commit is contained in:
@@ -465,7 +465,7 @@ func GenSopsSecret() error {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("failed to write secret YAML to file: %w", err)
|
return fmt.Errorf("failed to write secret YAML to file: %w", err)
|
||||||
}
|
}
|
||||||
log.Info().Msgf("Kubernetes secret YAML saved to: %s\n", secretPath)
|
log.Info().Msgf("SOPS secret YAML saved to: %s\n", secretPath)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user