Skip to content

Commit

Permalink
hard coded repo name to tools
Browse files Browse the repository at this point in the history
  • Loading branch information
share2kanna committed Jun 14, 2024
1 parent 488250a commit 0487bc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capten/agent/internal/api/app_config_sso.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func (a *Agent) ConfigureAppSSO(ctx context.Context,

ssoOverwriteBytes, _ := yaml.Marshal(ssoOverwriteMapping)
overrideValuesBytes, _ := yaml.Marshal(overrideValuesMapping)
appConfig.Config.RepoName = "tools"
updateAppConfig, marshaledOverrideValues, err := populateTemplateValues(appConfig, overrideValuesBytes, ssoOverwriteBytes, a.log)
if err != nil {
a.log.Errorf("failed to populate template values for app %s, %v", req.ReleaseName, err)
Expand Down

0 comments on commit 0487bc9

Please sign in to comment.