Skip to content

Commit

Permalink
fix: refresh secrets in dashboard (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
davemooreuws authored Oct 24, 2024
1 parent 523e083 commit f241036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/dashboard/dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ func (d *Dashboard) updateResources(lrs resources.LocalResourcesState) {
d.stores = []*KeyValueSpec{}
d.queues = []*QueueSpec{}
d.apiSecurityDefinitions = map[string]map[string]*resourcespb.ApiSecurityDefinitionResource{}
d.secrets = []*SecretSpec{}

d.policies = map[string]PolicySpec{}

Expand Down

0 comments on commit f241036

Please sign in to comment.