File tree Expand file tree Collapse file tree
components/internal-services/internal-production/signing Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ apiVersion : v1
3+ kind : ConfigMap
4+ metadata :
5+ labels :
6+ io.kompose.service : " hacbs-signing-pipeline"
7+ app : " hacbs-signing-pipeline"
8+ env : production
9+ paas.redhat.com/appcode : RSIG-001
10+ name : " hacbs-signing-pipeline-config-redhatrelease2_4"
11+ data :
12+ PYXIS_URL : " https://pyxis.engineering.redhat.com"
13+ SIG_KEY_NAMES : " redhatrelease2 redhatrelease4"
14+ PYXIS_SSL_CERT_FILE_NAME : " hacbs-signing-pipeline.pem"
15+ PYXIS_SSL_CERT_SECRET_NAME : " hacbs-signing-pipeline-certs"
16+ PYXIS_SSL_KEY_FILE_NAME : " hacbs-signing-pipeline.key"
17+ UMB_SSL_CERT_FILE_NAME : " hacbs-signing-pipeline.pem"
18+ UMB_SSL_CERT_SECRET_NAME : " hacbs-signing-pipeline-certs"
19+ UMB_SSL_KEY_FILE_NAME : " hacbs-signing-pipeline.key"
20+ UMB_CLIENT_NAME : " hacbs-signing-pipeline"
21+ UMB_URL : " umb.api.redhat.com"
22+ UMB_LISTEN_TOPIC : VirtualTopic.eng.robosignatory.hacbs.sign
23+ UMB_PUBLISH_TOPIC : VirtualTopic.eng.hacbs-signing-pipeline.hacbs.sign
24+ UMB_BATCH_LISTEN_TOPIC : VirtualTopic.eng.robosignatory.konflux.sign
25+ UMB_BATCH_PUBLISH_TOPIC : VirtualTopic.eng.hacbs-signing-pipeline.konflux.sign
26+ SIGNER_TYPE : " batch"
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ resources:
55 - hacbs-signing-pipeline-config-openshifthosted.yaml
66 - hacbs-signing-pipeline-config-redhatbeta2.yaml
77 - hacbs-signing-pipeline-config-redhatrelease2.yaml
8+ - hacbs-signing-pipeline-config-redhatrelease2_4.yaml
89 - hacbs-signing-pipeline-config-staging-openshifthosted.yaml
910 - hacbs-signing-pipeline-config-staging-redhatbeta2.yaml
1011 - hacbs-signing-pipeline-config-staging-redhatrelease2.yaml
You can’t perform that action at this time.
0 commit comments