Rancher requires cert-manager when managing its own TLS (not tls:external). Added cert-manager HelmRelease with CRDs enabled.
18 lines
568 B
YAML
18 lines
568 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- kustomization-ccm.yaml
|
|
- kustomization-csi.yaml
|
|
- kustomization-external-secrets.yaml
|
|
- kustomization-cert-manager.yaml
|
|
- kustomization-tailscale-operator.yaml
|
|
- kustomization-tailscale-proxyclass.yaml
|
|
- traefik
|
|
- kustomization-flux-ui.yaml
|
|
- kustomization-observability.yaml
|
|
- kustomization-observability-content.yaml
|
|
- kustomization-rancher.yaml
|
|
- kustomization-rancher-config.yaml
|
|
- kustomization-rancher-backup.yaml
|
|
- kustomization-rancher-backup-config.yaml
|