File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/components/v2/values/chartValuesDiff Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ const ChartValuesView = ({
238
238
dispatch ( {
239
239
type : ChartValuesViewActionTypes . updateGitOpsConfiguration ,
240
240
payload : {
241
- showNoGitOpsWarning : result . isInstalled && ! result . isConfigured ,
241
+ showNoGitOpsWarning : result . isInstalled && ! result . isConfigured && ! isUpdateAppView ,
242
242
authMode : result . authMode ,
243
243
} ,
244
244
} )
@@ -1723,6 +1723,7 @@ const ChartValuesView = ({
1723
1723
isVirtualEnvironment = { appDetails ?. isVirtualEnvironment }
1724
1724
/>
1725
1725
) }
1726
+ { console . log ( 'allowedDeploymentTypes' , allowedDeploymentTypes ) }
1726
1727
{ ! window . _env_ . HIDE_GITOPS_OR_HELM_OPTION && showDeploymentTools && (
1727
1728
< DeploymentAppSelector
1728
1729
commonState = { commonState }
You can’t perform that action at this time.
0 commit comments