Ignore extra dind container when contaerinMode.type=dind. (#2418)

This commit is contained in:
Tingluo Huang
2023-03-17 04:26:51 -04:00
committed by GitHub
parent e5d8d65396
commit 064039afc0
5 changed files with 24 additions and 15 deletions

View File

@@ -248,7 +248,6 @@ type AutoscalingRunnerSetStatus struct {
}
func (ars *AutoscalingRunnerSet) ListenerSpecHash() string {
type listenerSpec = AutoscalingRunnerSetSpec
arsSpec := ars.Spec.DeepCopy()
spec := arsSpec
return hash.ComputeTemplateHash(&spec)