We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04bbe4e + d0a1619 commit 92b3356Copy full SHA for 92b3356
src/components/v2/values/chartValuesDiff/ChartValuesView.tsx
@@ -238,7 +238,7 @@ const ChartValuesView = ({
238
dispatch({
239
type: ChartValuesViewActionTypes.updateGitOpsConfiguration,
240
payload: {
241
- showNoGitOpsWarning: result.isInstalled && !result.isConfigured,
+ showNoGitOpsWarning: result.isInstalled && !result.isConfigured && !isUpdateAppView,
242
authMode: result.authMode,
243
},
244
})
0 commit comments