diff --git a/operator/fleet.yaml b/operator/fleet.yaml index ae9b0c4..3c888de 100644 --- a/operator/fleet.yaml +++ b/operator/fleet.yaml @@ -8,9 +8,6 @@ helm: waitForJobs: true values: namespace: cert-manager - config: - featureGates: - ACMEHTTP01IngressPathTypeExact: false crds: enabled: true targetCustomizations: @@ -40,6 +37,18 @@ targetCustomizations: - 1.1.1.1 - 8.8.8.8 podDnsPolicy: None + config: + featureGates: + ACMEHTTP01IngressPathTypeExact: false clusterSelector: matchLabels: provider.cattle.io: gke + - name: rke2 + helm: + values: + config: + featureGates: + ACMEHTTP01IngressPathTypeExact: false + clusterSelector: + matchLabels: + provider.cattle.io: rke2 \ No newline at end of file