creamy-animal-16878
08/12/2026, 12:19 PMkind: HelmChartConfig
metadata:
name: rke2-ingress-nginx
namespace: kube-system
spec:
valuesContent: |-
controller:
config:
use-forwarded-headers: "true"
disable-access-log: "true"creamy-pencil-82913
08/12/2026, 4:30 PM.spec.rkeConfig.chartValues.rke2-ingress-nginx if you are editing as yaml.creamy-pencil-82913
08/12/2026, 4:31 PMcreamy-animal-16878
08/13/2026, 4:54 PMcreamy-pencil-82913
08/13/2026, 10:36 PMcreamy-pencil-82913
08/13/2026, 10:37 PMcreamy-pencil-82913
08/13/2026, 10:39 PMcreamy-animal-16878
08/14/2026, 11:12 AMconfig:
disable-access-log: true
use-forwarded-headers: true
This gets then added to the "edit as yaml" spec.rkeConfig.chartValues.rke2-ingress-nginx.controller, propagated to the nginx-ingress configmap, and then to the actual nginx config.creamy-animal-16878
08/14/2026, 11:14 AM