Drop initial code
This commit is contained in:
16
deploy/k8s-provisioner/test/local/infra.yaml
Normal file
16
deploy/k8s-provisioner/test/local/infra.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: k8sprovisioner.appstack.io/v1alpha1
|
||||
kind: Infra
|
||||
metadata:
|
||||
name: dev-environment-v1
|
||||
namespace: fleet-default
|
||||
spec:
|
||||
# 1. Integration Credentials
|
||||
cloudCredentialSecret: "cc-mrklm" # Matches your values.yaml example
|
||||
rancherUrl: "https://rancher-mgmt.product.lan"
|
||||
harvesterUrl: "https://172.27.27.190:6443"
|
||||
|
||||
# 2. VM Environment Defaults
|
||||
vmNamespace: "vanderlande"
|
||||
imageName: "vanderlande/image-qhtpc" # Default image for this environment
|
||||
networkName: "vanderlande/vm-lan"
|
||||
sshUser: "rancher"
|
||||
Reference in New Issue
Block a user