Added api server timeout env for install and tap (#647)

This commit is contained in:
RoyUP9
2022-01-16 11:48:22 +02:00
committed by GitHub
parent 20d69228d3
commit ae1bcf4c0c
3 changed files with 6 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ import (
const (
ApiServerRetries = "API_SERVER_RETRIES"
ApiServerTimeoutSec = "API_SERVER_TIMEOUT_SEC"
)
func GetIntEnvConfig(key string, defaultValue int) int {