gruntwork-io / helm-kubernetes-services

Helm charts that can be used to package your applications into production ready deployments for Kubernetes. https://www.gruntwork.io
Apache License 2.0
190 stars 152 forks source link

fix: additional pod/deployment labeling bool string encapsulation #184

Closed n-h-n closed 5 months ago

n-h-n commented 5 months ago

Description

Fixes #74 when deploying via ArgoCD, which surfaces this issue with string encapsulation of boolean values for labels: https://github.com/argoproj/argo-cd/issues/4391

This shouldn't create any backwards compatibility issues.