fleet-cert-manager/operator/fleet.yaml
scottwilliams 0bd66e2935 Don't apply feature gate to k3s
The nginx workaround feature gate ends up forcing cert-manager to use the nginx ingress type for challenges even when the ingress is traefik.

Signed-off-by: scottwilliams <scottwilliams@ucsb.edu>
2025-09-04 10:32:50 -07:00

54 lines
No EOL
1.1 KiB
YAML

defaultNamespace: cert-manager
helm:
repo: https://charts.jetstack.io
releaseName: cert-manager
chart: cert-manager
takeOwnership: true
timeoutSeconds: 600
waitForJobs: true
values:
namespace: cert-manager
crds:
enabled: true
targetCustomizations:
- name: prod
helm:
values:
prometheus:
servicemonitor:
enabled: true
clusterSelector:
matchLabels:
env: prod
- name: rancher
helm:
values:
prometheus:
servicemonitor:
enabled: true
clusterSelector:
matchLabels:
env: rancher
- name: gke
helm:
values:
podDnsConfig:
nameservers:
- 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