You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 8.10.x/pipeline.yaml
+32-5Lines changed: 32 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,10 @@ spec:
32
32
description: "Store your BYOL license key stored as a base64 encoded arbitrary secret in the kube-system namespace. provide the name of the secret here. the defaul is false which means the pipeline will attempt to download a techzone license"
33
33
type: string
34
34
default: "false"
35
+
- name: use-letsencrypt-certs
36
+
description: "use generated letsencrypt certs stored as a secret in the openshift-config namespace under letsencrypt-certs, if false, will generate self-signed certs"
37
+
type: string
38
+
default: "true"
35
39
- name: ibm-entitlement-key
36
40
description: "IBM entitlement key. If not set, will use secret manager."
0 commit comments