-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.14, 4.15, 4.16, 4.17, 4.18, 4.19
-
None
-
None
-
Proposed
-
False
-
Description of problem:
The example output mentioned in the docs is incorrect. https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/security_and_compliance/cert-manager-operator-for-red-hat-openshift#cert-manager-istio-creating-issuer_cert-manager-operator-integrating-istio
Version-Release number of selected component (if applicable):
How reproducible:
Update the doc sample with this code: apiVersion: cert-manager.io/v1 kind: Issuer metadata: name: selfsigned namespace: <istio_project_name> spec: selfSigned: {} --- apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: istio-ca namespace: <istio_project_name> spec: isCA: true duration: 87600h # 10 years secretName: istio-ca commonName: istio-ca privateKey: algorithm: ECDSA size: 256 subject: organizations: - cluster.local - cert-manager issuerRef: name: selfsigned kind: Issuer group: cert-manager.io --- apiVersion: cert-manager.io/v1 kind: Issuer metadata: name: istio-ca namespace: <istio_project_name> spec: ca: secretName: istio-ca
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
Additional info: