cert-manager: add trusted internal ca when configured (#8135)

* cert-manager: add trusted internal ca when configured

* wrong check for inventory variable

* Update documentation
This commit is contained in:
Antoine Gatineau
2021-11-05 17:43:52 +01:00
committed by GitHub
parent 6e5b9e0ebf
commit b7eb1cf936
3 changed files with 40 additions and 0 deletions

View File

@@ -129,6 +129,10 @@ ingress_alb_enabled: false
# Cert manager deployment
cert_manager_enabled: false
# cert_manager_namespace: "cert-manager"
# cert_manager_trusted_internal_ca: |
# -----BEGIN CERTIFICATE-----
# [REPLACE with your CA certificate]
# -----END CERTIFICATE-----
# MetalLB deployment
metallb_enabled: false