14 lines
391 B
YAML
14 lines
391 B
YAML
apiVersion: rig.appstack.io/v1alpha1
|
|
kind: HarvesterBlueprint
|
|
metadata:
|
|
name: dev-harvester-config
|
|
namespace: fleet-default
|
|
spec:
|
|
# [MOVED] Technical connection details live here now
|
|
harvesterUrl: "https://172.27.27.190:6443"
|
|
|
|
# [MOVED] VM Template details
|
|
vmNamespace: "vanderlande"
|
|
imageName: "vanderlande/image-qhtpc"
|
|
networkName: "vanderlande/vm-lan"
|
|
sshUser: "rancher" |