build: Escape characters in hypervisor configuration
Container & Helm chart / Linting (push) Successful in 5s Details
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 1m2s Details
Container & Helm chart / Kubernetes Bootstrap Appliance (push) Failing after 23s Details

This commit is contained in:
Danny Bessems 2024-06-06 12:36:37 +10:00
parent 201c6f8bca
commit 29c89e16ee
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
hv_fqdn = "lab-vc-01.bessems.lan" hv_fqdn = "lab-vc-01.bessems.lan"
hv_username = "administrator@vsphere.local" hv_username = "administrator@vsphere.local"
hv_datacenter = "4/55-Clydebank-Rd" # urlencoded "4/55-Clydebank-Rd"
hv_datacenter = "4%2f55-Clydebank-Rd"
hv_cluster = "Cluster.01" hv_cluster = "Cluster.01"
hv_host = "lab-esx-02.bessems.lan" hv_host = "lab-esx-02.bessems.lan"
hv_datastore = "ESX02.SSD02" hv_datastore = "ESX02.SSD02"