Merge pull request 'Don't apply feature gate to k3s' (#3) from develop into main

Reviewed-on: #3
This commit is contained in:
Scott Williams 2025-09-04 10:34:32 -07:00
commit 5ecec0b8b7

View file

@ -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