File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 10
10
---
11
11
apiVersion : v1
12
12
kind : ConfigMap
13
+ metadata :
14
+ namespace : openshift-authentication-operator
15
+ name : trusted-ca-bundle
16
+ annotations :
17
+ release.openshift.io/create-only : " true"
18
+ labels :
19
+ config.openshift.io/inject-trusted-cabundle : " true"
20
+ ---
21
+ apiVersion : v1
22
+ kind : ConfigMap
13
23
metadata :
14
24
namespace : openshift-authentication
15
25
name : v4-0-config-trusted-ca-bundle
Original file line number Diff line number Diff line change 36
36
name : config
37
37
- mountPath : /var/run/secrets/serving-cert
38
38
name : serving-cert
39
+ - mountPath : /etc/pki/ca-trust/extracted/pem
40
+ name : trusted-ca-bundle
41
+ readOnly : true
39
42
env :
40
43
- name : IMAGE
41
44
value : quay.io/openshift/origin-oauth-server:v4.2
53
56
configMap :
54
57
defaultMode : 440
55
58
name : authentication-operator-config
59
+ - name : trusted-ca-bundle
60
+ configMap :
61
+ name : trusted-ca
62
+ items :
63
+ - key : ca-bundle.crt
64
+ path : tls-ca-bundle.pem
56
65
- name : serving-cert
57
66
secret :
58
67
secretName : serving-cert
You can’t perform that action at this time.
0 commit comments