You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2021. It is now read-only.
I want to use ofc-bootstrap against an existing and configured cluster, which already has cert-manager installed and configured on it. But ofc-bootstrap is always going to install cert-manager. I'd like to be able to:
make the installation of cert-manager optional
make installation of ClusterIssuer (templates/k8s/tls/issuer-*.yml) optional
Expected Behaviour
I want to use
ofc-bootstrapagainst an existing and configured cluster, which already hascert-managerinstalled and configured on it. Butofc-bootstrapis always going to installcert-manager. I'd like to be able to:cert-manageroptionalClusterIssuer(templates/k8s/tls/issuer-*.yml) optionalCurrent Behaviour
None of the above.