Stefan McShane před 3 roky
rodič
revize
54b9db2c90
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      api/server/shared/config/env/envconfs.go

+ 1 - 1
api/server/shared/config/env/envconfs.go

@@ -127,7 +127,7 @@ type ServerConf struct {
 	NATSUrl string `env:"NATS_URL"`
 
 	// DisableCAPIProvisioner disables checks for ClusterControlPlaneClient and NATS, if set to true
-	DisableCAPIProvisioner bool `env:"DISABLE_TEMPORARY_KUBECONFIG"`
+	DisableCAPIProvisioner bool `env:"DISABLE_CAPI_PROVISIONER"`
 }
 
 // DBConf is the database configuration: if generated from environment variables,