Skip to content

Commit

Permalink
wip: server config
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Sep 16, 2024
1 parent c535337 commit 73d0d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/natsoperator_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func (r *NatsOperatorReconciler) reconcileServerConfigSnipped(ctx context.Contex
logger.Info("creating server config")
serverConfig.Namespace = req.Namespace
serverConfig.Name = serverConfigName.Name
serverConfig.Type = "deinstapel.de/nats-configuration"
serverConfig.Type = "natz.zeiss.com/nats-configuration"
hasSecret = false
} else if err != nil {
return err
Expand Down

0 comments on commit 73d0d28

Please sign in to comment.