Skip to content

Commit

Permalink
Add trailing newline to NATS user Creds
Browse files Browse the repository at this point in the history
  • Loading branch information
martin31821 committed Aug 16, 2023
1 parent 6a8c2fe commit e3eba4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controllers/natsuser_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ const ACCOUNT_TEMPLATE = `-----BEGIN NATS USER JWT-----
-----BEGIN USER NKEY SEED-----
%s
------END USER NKEY SEED------`
------END USER NKEY SEED------
`

// NatsUserReconciler reconciles a NatsUser object
type NatsUserReconciler struct {
Expand Down

0 comments on commit e3eba4a

Please sign in to comment.