ClusterIssuer dry-run fails because cert-manager CRDs are not yet installed when the single infrastructure Kustomization is applied. Split into infrastructure-controllers (Helm charts that install CRDs) and infrastructure-configs (CRD-dependent resources like ClusterIssuer) with a dependency between them.
10 lines
176 B
YAML
10 lines
176 B
YAML
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: authelia
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1m0s
|
|
url: https://charts.authelia.com/
|