Skip to content

Commit 05ff49a

Browse files
authored
document adding build cluster cert to 'configBundleSecret' (quay#123)
1 parent b2e61c2 commit 05ff49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/proc_use-quay-build-workers-dockerfiles.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Due to a limitation of OpenShift `Routes` to only be able to serve traffic to a
286286
$ kubectl get -n <namespace> route <quayregistry-name>-quay-builder -o jsonpath={.status.ingress[0].host}
287287
----
288288

289-
* Using the OpenShift UI or CLI, update the `config.yaml` entry of the `Secret` referenced by `spec.configBundleSecret` of the `QuayRegistry` with the correct values referenced in the builder config above (depending on your build executor ) and also add the following fields:
289+
* Using the OpenShift UI or CLI, update the `Secret` referenced by `spec.configBundleSecret` of the `QuayRegistry` with the build cluster CA certificate (name the key `extra_ca_cert_build_cluster.cert`), and update the `config.yaml` entry with the correct values referenced in the builder config above (depending on your build executor) along with following fields:
290290
[source,yaml]
291291
----
292292
BUILDMAN_HOSTNAME: <build-manager-hostname>

0 commit comments

Comments
 (0)