Skip to content

Commit

Permalink
Merge pull request #876 from RedHatInsights/psav/test_caddy_sidecar_h…
Browse files Browse the repository at this point in the history
…ardcode_fix

Test fix for mbop loopback
  • Loading branch information
adamrdrew authored Oct 19, 2023
2 parents 4f58b5b + 9528466 commit 7bdb66b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func makeMBOPSecret(p *providers.Provider) error {
}

sec.StringData = map[string]string{
"bopurl": string(envSec.Data["bopurl"]),
"bopurl": "http://127.0.0.1:8090",
"keycloakurl": fmt.Sprintf("http://%s-%s.%s.svc:8080", p.Env.GetClowdName(), "keycloak", p.Env.GetClowdNamespace()),
"whitelist": "",
}
Expand Down

0 comments on commit 7bdb66b

Please sign in to comment.