Remove debugging;Sanitize hypervisor username;Traefik /data volume permission fix #2;Specify kubeconfig x3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-24 16:41:18 +01:00
parent 17cf7925d6
commit dd802e0620
4 changed files with 36 additions and 18 deletions

View File

@ -14,10 +14,6 @@ build {
vm_name = "${var.vm_name}-upgrade"
}
provisioner "shell" {
inline = ["echo ${source.name}"]
}
provisioner "ansible" {
pause_before = "2m30s"
@ -36,10 +32,6 @@ build {
]
}
provisioner "shell" {
inline = ["echo ${source.name}"]
}
post-processor "shell-local" {
inline = [
"pwsh -command \"& scripts/Update-OvfConfiguration.ps1 \\",