
1. When I tried to deploy manually, I found that there were variables in the yaml file. What is the value of the ${KUBE_RBAC_PROXY_IMAGE}? 2. I have confirmed that the secret is also required. So I created a secret with the yaml below. Is the data correct? How can I get the value of ovirt_ca_bundle? apiVersion: v1 kind: Secret metadata: name: ovirt-credentials namespace: openshift-cluster-csi-drivers data: ovirt_url: aHR0cHM6Ly9vdmlydC50bWF4LmRvbTo4NDQzL292aXJ0LWVuZ2luZS9hcGkK ovirt_username: YWRtaW5AaW50ZXJuYWwK ovirt_password: MAo= ovirt_insecure: ZmFsc2UK ovirt_ca_bundle: Cg== ovirt_url: "https://host.tmax.dom:8443/ovirt-engine/api" ovirt_username: "admin@internal" ovirt_password: "0" ovirt_insecure: "false" ovirt_ca_bundle: ""