Skip to content

Commit

Permalink
feedback @bnussman-akamai
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-akamai committed Nov 27, 2024
1 parent 368c7ec commit 06b5690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/manager/src/queries/kubernetes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ export const useKubernetesKubeConfigQuery = (
refetchOnMount: true,
retry: 3,
retryDelay: 5000,
staleTime: 0,
});

export const useResetKubeConfigMutation = () => {
Expand Down

0 comments on commit 06b5690

Please sign in to comment.