Skip to content

Commit

Permalink
No-cache fetch policy when checking for velero
Browse files Browse the repository at this point in the history
  • Loading branch information
jgruica committed May 15, 2020
1 parent abaebb1 commit e4a107c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kotsadm/web/src/components/apps/AppDetailPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,10 @@ export default compose(
}
}),
graphql(isVeleroInstalled, {
name: "isVeleroInstalled"
name: "isVeleroInstalled",
options: {
fetchPolicy: "no-cache"
}
}),
graphql(createKotsDownstream, {
props: ({ mutate }) => ({
Expand Down

0 comments on commit e4a107c

Please sign in to comment.