Files
Factory/rancher-turtles-airgap-resources-chart
Nicolas Belouin 7ba1026bf5
All checks were successful
Check Release Manifest Local Charts Versions / Check Release Manifest Local Charts Versions (pull_request) Successful in 9s
Build PR in OBS / Build PR in OBS (pull_request_target) Successful in -55s
Fix rancher turtles airgap chart prefix
Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com>
(cherry picked from commit c37782e077)
2025-05-16 13:14:44 +02: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\"}}"
    fleet:
      addon:
        fetchConfig:
          selector: "{\"matchLabels\": {\"provider-components\": \"fleet\"}}"