Skip to content

Commit

Permalink
Merge pull request #898 from RedHatInsights/fix_ca_cert_location
Browse files Browse the repository at this point in the history
Fix ca cert location in web 'local' mode
  • Loading branch information
psav authored Nov 15, 2023
2 parents f17835d + be61a46 commit 8526928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/cloud.redhat.com/providers/web/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func (web *localWebProvider) createIngress(app *crd.ClowdApp, deployment *crd.De

func (web *localWebProvider) populateCA() error {
if web.Env.Spec.Providers.Web.TLS.Enabled {
web.Config.TlsCAPath = utils.StringPtr("/cdapp/certs/openshift-service-ca.crt")
web.Config.TlsCAPath = utils.StringPtr("/cdapp/certs/service-ca.crt")
}
return nil
}
Expand Down

0 comments on commit 8526928

Please sign in to comment.