Skip to content

Commit

Permalink
Merge pull request #2510 from lucferbux/rhoaieng-2380
Browse files Browse the repository at this point in the history
Add support for cluster wide self signed cert
  • Loading branch information
openshift-merge-bot[bot] authored Feb 22, 2024
2 parents 2b2f316 + 7137009 commit 41cbb41
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manifests/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ spec:
periodSeconds: 30
successThreshold: 1
failureThreshold: 3
volumeMounts:
- mountPath: /etc/pki/tls/certs
name: trusted-ca-bundle
- name: oauth-proxy
env:
- name: NAMESPACE
Expand Down Expand Up @@ -125,3 +128,7 @@ spec:
- name: oauth-client
secret:
secretName: dashboard-oauth-client-generated
- name: trusted-ca-bundle
configMap:
name: odh-trusted-ca-bundle
optional: true

0 comments on commit 41cbb41

Please sign in to comment.