Rancher requires cert-manager when managing its own TLS (not tls:external). Added cert-manager HelmRelease with CRDs enabled.
7 lines
165 B
YAML
7 lines
165 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- namespace.yaml
|
|
- helmrepository-cert-manager.yaml
|
|
- helmrelease-cert-manager.yaml
|