Merge pull request 'Don't apply feature gate to k3s' (#3) from develop into main
Reviewed-on: #3
This commit is contained in:
commit
5ecec0b8b7
1 changed files with 12 additions and 3 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue