1
0
forked from suse-edge/Factory
Factory/rancher-turtles-airgap-resources-chart
Steven Hardy eee07009bb
rancher-turtles: Fix IMG_PREFIX macros
Currently the substitution is not working correctly
2024-11-12 19:00:22 +00:00
..
2024-10-31 16:54:18 +01:00
2024-10-31 16:54:18 +01:00
2024-10-31 16:54:18 +01:00

Deploy Rancher Turtles in airgapped scenarios

To simplify deployment of the suse-edge rancher-turtles wrapper chart in airgapped scenarios this chart deploys the corresponding ConfigMap resources, as described in the Rancher Turtles Documentation

In addition to installing the chart, it will be necessary to adjust the rancher-turtles chart values:

cluster-api-operator:
  cluster-api:
    core:
      fetchConfig:
        selector: "{\"matchLabels\": {\"provider-components\": \"core\"}}"
    rke2:
      bootstrap:
        fetchConfig:
          selector: "{\"matchLabels\": {\"provider-components\": \"rke2-bootstrap\"}}"
      controlPlane:
        fetchConfig:
          selector: "{\"matchLabels\": {\"provider-components\": \"rke2-control-plane\"}}"
    metal3:
      infrastructure:
        fetchConfig:
          selector: "{\"matchLabels\": {\"provider-components\": \"metal3\"}}"