File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ objects:
5656 - --skip-must-gather
5757 - --configs
5858 - ${OSDE2E_CONFIGS}
59+ envFrom :
60+ - configMapRef :
61+ name : route-monitor-operator-cm
5962 resources :
6063 requests :
6164 cpu : " 300m"
@@ -93,3 +96,4 @@ objects:
9396 value : ${USE_EXISTING_CLUSTER}
9497 - name : CAD_PAGERDUTY_ROUTING_KEY
9598 value : ${CAD_PAGERDUTY_ROUTING_KEY}
99+
Original file line number Diff line number Diff line change 1+ apiVersion : template.openshift.io/v1
2+ kind : Template
3+ metadata :
4+ name : template
5+ objects :
6+ - apiVersion : v1
7+ kind : ConfigMap
8+ metadata :
9+ name : route-monitor-operator-cm
10+ data :
11+ EXTERNAL_SECRET_OIDC_CLIENT_ID : ${EXTERNAL_SECRET_OIDC_CLIENT_ID}
12+ EXTERNAL_SECRET_OIDC_CLIENT_SECRET : ${EXTERNAL_SECRET_OIDC_CLIENT_SECRET}
13+ EXTERNAL_SECRET_OIDC_ISSUER_URL : ${EXTERNAL_SECRET_OIDC_ISSUER_URL}
14+ parameters :
15+ - name : EXTERNAL_SECRET_OIDC_CLIENT_ID
16+ required : true
17+ - name : EXTERNAL_SECRET_OIDC_CLIENT_SECRET
18+ required : true
19+ - name : EXTERNAL_SECRET_OIDC_ISSUER_URL
20+ required : true
You can’t perform that action at this time.
0 commit comments