Skip to content

Commit

Permalink
fix: add refreshType to namespace controller
Browse files Browse the repository at this point in the history
  • Loading branch information
duffney committed Sep 5, 2024
1 parent 708abfe commit faeea08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (r *KeyManagementProviderReconciler) ReconcileWithType(ctx context.Context,
}

config := map[string]interface{}{
"type": refresherType,
"refresherType": refresherType,
"provider": provider,
"providerType": keyManagementProvider.Spec.Type,
"providerRefreshInterval": keyManagementProvider.Spec.RefreshInterval,
Expand Down

0 comments on commit faeea08

Please sign in to comment.