14 lines
500 B
YAML
14 lines
500 B
YAML
# The namespace on the Management Cluster where the "Cluster" CRD will be created.
|
|
# You specified 'fleet-local', which is valid for admin-level operations,
|
|
# though 'fleet-default' is also common for downstream clusters.
|
|
namespace: fleet-local
|
|
|
|
# Reference the external rancher-federal helm chart
|
|
helm:
|
|
chart: ./charts/cluster-templates
|
|
# Replace with the specific version you wish to pin (highly recommended)
|
|
releaseName: tpinf-1345-test-01
|
|
version: 0.7.2
|
|
valuesFiles:
|
|
- values.yaml
|