File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ var syncPhaseOrder = map[common.SyncPhase]int{
20
20
}
21
21
22
22
// kindOrder represents the correct order of Kubernetes resources within a manifest
23
- // https://github.com/helm/helm/blob/146e0f9cc3b9c7ca9cb9dd0eba12de2270ae6faf /pkg/releaseutil/kind_sorter.go
23
+ // https://github.com/helm/helm/blob/0361dc85689e3a6d802c444e2540c92cb5842bc9 /pkg/releaseutil/kind_sorter.go
24
24
var kindOrder = map [string ]int {}
25
25
26
26
func init () {
@@ -57,6 +57,7 @@ func init() {
57
57
"StatefulSet" ,
58
58
"Job" ,
59
59
"CronJob" ,
60
+ "IngressClass" ,
60
61
"Ingress" ,
61
62
"APIService" ,
62
63
}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
)
14
14
15
15
func Test_syncTasks_kindOrder (t * testing.T ) {
16
- assert .Equal (t , - 34 , kindOrder ["Namespace" ])
16
+ assert .Equal (t , - 35 , kindOrder ["Namespace" ])
17
17
assert .Equal (t , - 1 , kindOrder ["APIService" ])
18
18
assert .Equal (t , 0 , kindOrder ["MyCRD" ])
19
19
}
You can’t perform that action at this time.
0 commit comments