Fix the kubeFmt
This commit is contained in:
		@@ -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)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user