-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathcapiprovider-harvester.yaml
More file actions
27 lines (27 loc) · 995 Bytes
/
capiprovider-harvester.yaml
File metadata and controls
27 lines (27 loc) · 995 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# CAPIProvider resource for deploying CAPHV via Rancher Turtles
#
# Deploy with:
# kubectl create namespace caphv-system
# kubectl apply -f capiprovider-harvester.yaml
#
# For automatic upgrades, set enableAutomaticUpdate: true
# and use the /releases/latest/download/ URL pattern.
---
apiVersion: turtles-capi.cattle.io/v1alpha1
kind: CAPIProvider
metadata:
name: harvester
namespace: caphv-system
spec:
name: harvester
type: infrastructure
version: v0.2.3
# Set to true for automatic version upgrades when new releases are published
# enableAutomaticUpdate: true
fetchConfig:
# For pinned version (manual upgrades):
url: https://github.com/rancher-sandbox/cluster-api-provider-harvester/releases/download/v0.2.3/infrastructure-components.yaml
# For automatic upgrades (latest release):
# url: https://github.com/rancher-sandbox/cluster-api-provider-harvester/releases/latest/download/infrastructure-components.yaml
configSecret:
name: caphv-variables