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.
25 lines
564 B
YAML
25 lines
564 B
YAML
---
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: nfs-subdir-external-provisioner
|
|
namespace: flux-system
|
|
spec:
|
|
chart:
|
|
spec:
|
|
chart: nfs-subdir-external-provisioner
|
|
version: 4.0.18
|
|
reconcileStrategy: ChartVersion
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: nfs-subdir-external-provisioner
|
|
namespace: flux-system
|
|
interval: 1m0s
|
|
values:
|
|
nfs:
|
|
server: synology.lviv
|
|
path: /volume3/k8s-dev
|
|
storageClass:
|
|
name: nfs-synology-ssd
|
|
defaultClass: false
|