10 lines
391 B
YAML
10 lines
391 B
YAML
namespace: fleet-default
|
|
|
|
# Reference the external rancher-federal helm chart
|
|
helm:
|
|
chart: https://github.com/rancherfederal/rancher-cluster-templates/releases/download/rancher-cluster-templates-0.7.2/rancher-cluster-templates-0.7.2.tgz
|
|
# Replace with the specific version you wish to pin (highly recommended)
|
|
releaseName: lab-k8s-001
|
|
version: 0.7.2
|
|
valuesFiles:
|
|
- values.yaml |