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 e0b507b + 5376efe commit 77f3d4dCopy full SHA for 77f3d4d
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