digitalocean / clusterlint

A best practices checker for Kubernetes clusters. 🤠
Apache License 2.0
547 stars 45 forks source link

fix: Clusterlint panic on valid PVCs when storageClassName specified as annotation #148

Closed mo-rieger closed 2 years ago

mo-rieger commented 2 years ago

fix assignment in loop, see https://github.com/golang/go/wiki/CommonMistakes#using-reference-to-loop-iterator-variable

Jira: CON-7086