-
Task
-
Resolution: Done
-
Critical
-
Che 7.30
-
None
-
devex docs #201 May 6-May 27
-
1
-
Undefined
The following code block needs to be fixed to display the used attributes properly.
```
. Create the certificate. Edit the domain name:
+
[source,yaml,subs="+attributes"]
cat <<EOF | {orch-cli} apply -f -
apiVersion: cert-manager.io/v1alpha2
kind: Certificate
metadata:
name: che-tls
namespace: {prod-namespace}
spec:
secretName: che-tls
issuerRef:
name: che-certificate-issuer
kind: ClusterIssuer
dnsNames:
- '*.azr.my-ide.cloud'
EOF
```