Skip to main content
← Back to index page

1.197.2

🚀 Enhancements

EKS terraform module variable type fix

What

  • use bool rather than string type for a variable that's designed to hold true/false value

Why

  • using string makes the if .Values.pvc_enabled condition always true and creates persistent volumes even if they're not intended to use

Commiters

Pull Requests