diff --git a/src/main/kotlin/org/domaindrivenarchitecture/provs/server/domain/k3s/K3sService.kt b/src/main/kotlin/org/domaindrivenarchitecture/provs/server/domain/k3s/K3sService.kt index 6d5049c..85e7dcb 100644 --- a/src/main/kotlin/org/domaindrivenarchitecture/provs/server/domain/k3s/K3sService.kt +++ b/src/main/kotlin/org/domaindrivenarchitecture/provs/server/domain/k3s/K3sService.kt @@ -100,7 +100,7 @@ private fun Prov.provisionHetznerCSI( if (onlyModules != null && onlyModules.contains(ServerOnlyModule.HETZNER_CSI.name.lowercase())) { if (hetznerCSIConfigResolved == null) { - println("ERROR: Could not find grafana config.") + println("ERROR: Could not find hetznerCSI config.") exitProcess(7) } provisionHetznerCSI(hetznerCSIConfigResolved)