https://rancher.com/ logo
#rke2
Title
n

narrow-noon-75604

04/05/2023, 12:51 PM
Hi, I am deploying RKE2 using Air Gapped installation procedure on RHEL8 cluster. Now, I want to add a few configuration options to the nginx-ingress configmap like
Copy code
data:
  allow-snippet-annotations: "false"
  use-http2: "false"
I want to make the changes before the RKE2 deployment in the configuration files and then start the deployment process. But I am not sure where to make these changes in the Air Gapped installation proces. Any suggestions would be appreciated.
c

creamy-pencil-82913

04/05/2023, 3:11 PM
You should be able to use a HelmChartConfig resource to customize the rke2-ingress-nginx chart values
8 Views