elegant-cat-80652
04/15/2025, 11:04 AM/var/lib/rancher/rke2/server/manifests/rke2-ingress-nginx.yaml
It has kind: HelmChart
, not HelmChartConfig
, so I’m not sure how to apply custom values such as:
yaml
controller:
allowSnippetAnnotations: false
Additionally, modifying the Ingress app values from the Rancher UI is not allowed—it’s read-only due to the cluster being imported.
What’s the correct way to mitigate this vulnerability on an imported RKE2 cluster running v1.22, where the Ingress Helm chart is managed via a HelmChart manifest and not editable from Rancher?
Is there a supported workaround for this setup?
Thanks in advance!hundreds-evening-84071
04/15/2025, 11:53 AMelegant-cat-80652
04/15/2025, 11:56 AMkind: HelmChartConfig
, using the same name and namespace as the existing HelmChart (e.g., rke2-ingress-nginx
). This file will provide the additional configuration, like disabling snippet annotations, via valuesContent
.
Since this is a production cluster and I haven’t done this kind of change before, I want to be extra cautious.
👉 My question:
We have 5 master nodes in this cluster.
Do I need to place this HelmChartConfig
file on all of them, or just one master is enough and it will propagate?
Thanks again for the help!brainy-kilobyte-33711
04/15/2025, 3:07 PM