Files
homelab/overrides/values-IBMCloud.yaml
rblundon 939177be6b Squashed 'acm-hub-bootstrap/' content from commit 4b79b1a0
git-subtree-dir: acm-hub-bootstrap
git-subtree-split: 4b79b1a0be6da2a9efc9ace8871b4762342da70b
2025-04-14 23:43:59 -05:00

11 lines
481 B
YAML

# When using IBM ROKS the route certificates are signed by letsencrypt
# By default the ESO configuration uses the kube-root-ca.crt configmap
# to validate the connection to vault. Since this configmap will not contain
# the letsencrypt CA, ESO will be unable to connect to the vault and return an
# x509 CA unknown error.
# Uncomment the following if you are using IBM ROKS (IPI installs on IBM Cloud are unaffected)
# golangExternalSecrets:
# caProvider:
# enabled: false