File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ func generateAndApplyMachineConfigNodes(
266266 if fg .Enabled (features .FeatureGatePinnedImages ) {
267267 if imageSetApplyConfig == nil {
268268 for _ , imageSet := range newMCNode .Status .PinnedImageSets {
269- if imageSet .LastFailedGeneration != 0 { //only set `LastFailedGeneration` value when it is a non-default (non-0) value
269+ if imageSet .LastFailedGeneration != 0 { // only set `LastFailedGeneration` value when it is a non-default (non-0) value
270270 statusApplyConfig = statusApplyConfig .WithPinnedImageSets (& machineconfigurationalphav1.MachineConfigNodeStatusPinnedImageSetApplyConfiguration {
271271 DesiredGeneration : ptr .To (imageSet .DesiredGeneration ),
272272 CurrentGeneration : ptr .To (imageSet .CurrentGeneration ),
You can’t perform that action at this time.
0 commit comments