Skip to content

Commit

Permalink
Add nats options for reloading non privileged accounts
Browse files Browse the repository at this point in the history
Signed-off-by: Imtiaz Uddin <[email protected]>
  • Loading branch information
Imtiaz246 committed Jan 27, 2025
1 parent 6169434 commit 4470673
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis/config/v1alpha1/setupconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ type NatsConfig struct {
CreateNatsStream bool `json:"createNatsStream,omitempty"`
RefactorNatsAccounts bool `json:"refactorNatsAccounts,omitempty"`
Migrate bool `json:"migrate,omitempty"`

ReloadNonPrivilegedAccounts bool `json:"reloadNonPrivilegedAccounts"`
}

type AceSetupInlineConfig struct {
Expand Down

0 comments on commit 4470673

Please sign in to comment.