File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
ansible/roles/operator-pipeline/templates/openshift Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 7373 description : >-
7474 The key within the Kubernetes Secret that contains the kerberos keytab for submitting IIB builds.
7575 default : krb5.keytab
76+ - name : signing_pub_secret_name
77+ description : The name of the Kubernetes Secret that contains the public key for verifying signatures.
78+ default : signing-pub-key
79+ - name : signing_pub_secret_key
80+ description : The key within the Kubernetes Secret that contains the public key for verifying signatures.
81+ default : sig-key.pub
7682 workspaces :
7783 - name : repository
7884 - name : results
@@ -469,9 +475,12 @@ spec:
469475 value : " $(params.pyxis_ssl_key_secret_key)"
470476 - name : pyxis_url
471477 value : " $(tasks.set-env.results.pyxis_url)"
472- # TODO: remove it after ISV-1798 is done
478+ - name : signing_pub_secret_name
479+ value : " $(params.signing_pub_secret_name)"
480+ - name : signing_pub_secret_key
481+ value : " $(params.signing_pub_secret_key)"
473482 - name : verify_signature
474- value : " false "
483+ value : " true "
475484 workspaces :
476485 - name : source
477486 workspace : repository
Original file line number Diff line number Diff line change 2323 default : " true"
2424 - name : signing_pub_secret_name
2525 description : The name of the Kubernetes Secret that contains the public key for verifying signatures.
26+ default : signing-pub-key
2627 - name : signing_pub_secret_key
2728 description : The key within the Kubernetes Secret that contains the public key for verifying signatures.
29+ default : sig-key.pub
2830 volumes :
2931 - name : pyxis-ssl-volume
3032 secret :
You can’t perform that action at this time.
0 commit comments