Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add CalicoFeatureDetectOverride in FelixConfiguration
Browse files Browse the repository at this point in the history
thomasferrandiz committed Oct 5, 2023
1 parent 6890059 commit 58d6fbf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkg/rke/templates/calico_v3.26.go
Original file line number Diff line number Diff line change
@@ -78,6 +78,16 @@ data:
]
}
---
# Fix for https://github.com/rancher/rke/issues/3388
{{if ne .CalicoFeatureDetectOverride ""}}
apiVersion: crd.projectcalico.org/v1
kind: FelixConfiguration
metadata:
name: default
spec:
featureDetectOverride: "{{.CalicoFeatureDetectOverride}}"
{{end}}
---
# Source: calico/templates/kdd-crds.yaml
---
apiVersion: apiextensions.k8s.io/v1

0 comments on commit 58d6fbf

Please sign in to comment.