Skip to content

Commit

Permalink
fix(clustertool): correct logging on SOPS secret YAML creation
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivatePuffin committed Oct 24, 2024
1 parent e4c1f43 commit 5d9b33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clustertool/pkg/initfiles/initfiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ func GenSopsSecret() error {
if err != nil {
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
}

Expand Down

0 comments on commit 5d9b33f

Please sign in to comment.