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.
1 parent 8fbdd88 commit 819743aCopy full SHA for 819743a
pkg/server/ServerCacheService.go
@@ -77,6 +77,8 @@ func (impl *ServerCacheServiceImpl) UpdateServerEnvAndDataStore() error {
77
impl.serverEnvConfig.ErrorEncounteredOnGettingDevtronHelmRelease = err
78
// return nil, err
79
// not returning the error as it will bring down orchestrator
80
+ } else {
81
+ impl.serverEnvConfig.ErrorEncounteredOnGettingDevtronHelmRelease = nil
82
}
83
84
// if not installed, treat it as OSS kubectl user
0 commit comments