Fix the kubeFmt
This commit is contained in:
parent
4dc787f0e4
commit
1993d91624
@ -45,7 +45,7 @@ func (e *EnvironemntData) providerFmt() string {
|
||||
}
|
||||
|
||||
func (e *EnvironemntData) kubernetesFmt() string {
|
||||
res := strings.Replace(e.Kubernetes, "KUBERNETES", "", -1)
|
||||
res := strings.Replace(e.Kubernetes, "KUBERNETES_", "", -1)
|
||||
return strings.ToLower(res)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user