Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-codefresh committed Feb 14, 2024
1 parent c686466 commit a77ace4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version_config_manager/version_config_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func (v *VersionConfigManager) GetVersionConfig(app *metav1.ObjectMeta) (*Versio
appConfig, err := v.cache.GetCfAppConfig(app.Namespace, app.Name)
if err == nil {
log.Infof("CfAppConfig cache hit: '%s'", cache.CfAppConfigCacheKey(app.Namespace, app.Name))
log.Infof("CfAppConfig. Use config from cache. File: %s, jsonPath: %s", appConfig.VersionSource.File, appConfig.VersionSource.JsonPath)
log.Infof("CfAppConfig. Use config from cache. File: %s, jsonPath: %s", appConfig.VersionSource.File, appConfig.VersionSource.JsonPath)
return &VersionConfig{
JsonPath: appConfig.VersionSource.JsonPath,
ResourceName: appConfig.VersionSource.File,
Expand Down

0 comments on commit a77ace4

Please sign in to comment.