Title
s

silly-jordan-81965

06/03/2022, 8:53 AM
Hi guys, im trying add chart_values to rke2-cilium. I dont get the values thouch. Im doing the following:
machine_global_config = <<EOF
    cni: "cilium"
    disable:
    - rke2-ingress-nginx
    resolv-conf: "/run/systemd/resolve/resolv.conf"
    EOF
    chart_values          = <<EOF
    rke2-cilium:
      k8sServiceHost: 127.0.0.1
      k8sServicePort: 6443
      kubeProxyReplacement: strict
    EOF
I dont see the values reflected in the configmap cilium-config and the cluster doesnt finish provisioning. What am i missing? Should the chart_values be added into the machine_selector_config instead?
If i do a helm get values on rke2-cilium i see the following:
k8sServiceHost: 127.0.0.1
k8sServicePort: 6443
kubeProxyReplacement: strict