During the installation of CA Cluster Issuer Supervisor Service, you may encounter the following error message:
"Reason: ReconcileFailed. Message: ytt: Error: - struct has no .tls_crt field or method"
This is caused due to incorrect parameter or an incorrect certificate and key format.
Follow the below steps to install the CA Cluster Issuer Supervisor Service.
cat rootCA.crt | base64 | tr -d '\n'cat rootCA.key | base64 | tr -d '\n'tls_crt: "LS0tLS1CRUdJTiB..."tls_key: "LS0tLS1CRUdJTiB..."