feat(clustertool): add traefik, clusterissuer and blocky bare-bones

This commit is contained in:
Kjeld Schouten
2024-11-05 21:50:25 +01:00
parent 948f586d43
commit 76b5d3925e
8 changed files with 213 additions and 1 deletions
+3
View File
@@ -233,6 +233,9 @@ func CheckEnvVariables() {
"METALLB_RANGE",
"PODNET",
"SVCNET",
"DOMAIN_0",
"DOMAIN_0_EMAIL",
"DOMAIN_0_CLOUDFLARE_TOKEN",
}
for _, key := range requiredKeys {
if helper.TalEnv[key] == "" {