Rancher requires cert-manager when managing its own TLS (not tls:external). Added cert-manager HelmRelease with CRDs enabled.
16 lines
307 B
YAML
16 lines
307 B
YAML
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: addon-cert-manager
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 10m
|
|
prune: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: platform
|
|
path: ./infrastructure/addons/cert-manager
|
|
wait: true
|
|
timeout: 10m
|
|
suspend: false
|