Skip to content

Commit

Permalink
RHTAPSRE-439: Deploy CA bundle configmap (#978)
Browse files Browse the repository at this point in the history
Openshift will inject the CA bundle to the configmap.
The configmap will be available in every tenant namespace, so tenant's
pipelines would able to reach services that use private pki.

 https://docs.openshift.com/container-platform/4.14/networking/configuring-a-custom-pki.html#nw-proxy-configure-object_configuring-a-custom-pki

Signed-off-by: gbenhaim <[email protected]>
Co-authored-by: Francisc Munteanu <[email protected]>
Co-authored-by: Alexey Kazakov <[email protected]>
  • Loading branch information
3 people authored Mar 5, 2024
1 parent 4a5fee3 commit a517bb9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deploy/templates/nstemplatetiers/appstudio/ns_tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,14 @@ objects:
- kind: ServiceAccount
namespace: ${SPACE_NAME}-tenant
name: appstudio-pipeline
- apiVersion: v1
data: {}
kind: ConfigMap
metadata:
labels:
config.openshift.io/inject-trusted-cabundle: "true"
name: trusted-ca
namespace: ${SPACE_NAME}-tenant
parameters:
- name: SPACE_NAME
required: true
Expand Down

0 comments on commit a517bb9

Please sign in to comment.