Przeglądaj źródła

Merge pull request #1159 from kubecost/thomas/googlerename

Fixed tag names.
Thomas Evans 4 lat temu
rodzic
commit
979e666230
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pkg/cloud/provider.go

+ 1 - 1
pkg/cloud/provider.go

@@ -188,7 +188,7 @@ type CustomPricing struct {
 	ShareTenancyCosts            string `json:"shareTenancyCosts"` // TODO clean up configuration so we can use a type other that string (this should be a bool, but the app panics if it's not a string)
 	ShareTenancyCosts            string `json:"shareTenancyCosts"` // TODO clean up configuration so we can use a type other that string (this should be a bool, but the app panics if it's not a string)
 	ReadOnly                     string `json:"readOnly"`
 	ReadOnly                     string `json:"readOnly"`
 	KubecostToken                string `json:"kubecostToken"`
 	KubecostToken                string `json:"kubecostToken"`
-	CustomerGoogleTag            string `json:"customerGoogleTag"`
+	GoogleAnalyticsTag           string `json:"googleAnalyticsTag"`
 }
 }
 
 
 // GetSharedOverheadCostPerMonth parses and returns a float64 representation
 // GetSharedOverheadCostPerMonth parses and returns a float64 representation