Quellcode durchsuchen

Fix url replacement

Signed-off-by: Matt Bolt <mbolt35@gmail.com>
Matt Bolt vor 2 Jahren
Ursprung
Commit
c9367c55f5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      pkg/costmodel/allocation.go

+ 1 - 1
pkg/costmodel/allocation.go

@@ -13,7 +13,7 @@ import (
 )
 )
 
 
 const (
 const (
-	// https://opencost.atlassian.net/browse/BURNDOWN-234
+	// https://kubecost.atlassian.net/browse/BURNDOWN-234
 	// upstream KSM has implementation change vs OC internal KSM - it sets metric to 0 when pod goes down
 	// upstream KSM has implementation change vs OC internal KSM - it sets metric to 0 when pod goes down
 	// VS OC implementation which stops emitting it
 	// VS OC implementation which stops emitting it
 	// by adding != 0 filter, we keep just the active times in the prom result
 	// by adding != 0 filter, we keep just the active times in the prom result