.... spec: provider: conjur: # Service URL url: https://myapi.conjur.org # [OPTIONAL] base64 encoded string of certificate caBundle: "" # [OPTIONAL] caProvider: # Instead of caBundle you can also specify a caProvider # this will retrieve the cert from a Secret or ConfigMap caProvider: type: "Secret" # Can be Secret or ConfigMap name: "" key: "" # namespace is mandatory for ClusterSecretStore and not relevant for SecretStore namespace: "my-cert-secret-namespace" ....