This message was deleted.
# general
a
This message was deleted.
m
If thats possible with calico helm chart then looks at this
l
@mammoth-postman-10874 Thank you, assuming I want to deploy this over and over and don't want to change this value AFTER i created my cluster. How to provide new value during the cluster creation process? via UI. For example if i would like to change this mtu from example when creating cluster how to achieve that?
m
Not sure about UI, but it is part of cluster object:
Copy code
spec:
  ... 
  rkeConfig:
    additionalManifest: |-
      apiVersion: <http://helm.cattle.io/v1|helm.cattle.io/v1>
      kind: HelmChartConfig
      metadata:
        name: rke2-calico
        namespace: kube-system
      spec:
👍 1