https://rancher.com/ logo
#general
Title
# general
b

breezy-ocean-76371

12/20/2022, 10:07 PM
Trying to follow https://www.suse.com/support/kb/doc/?id=000020119 on Rancher 2.7.0 with RKE2 but instructions dont seem right any more. How can I add enable-underscores-in-headers: true to the Nginx Ingress?
Worked out a solution to this by importing the following YAML in Rancher: apiVersion: helm.cattle.io/v1 kind: HelmChartConfig metadata: name: rke2-ingress-nginx namespace: kube-system spec: valuesContent: |- controller: config: enable-underscores-in-headers: true
8 Views