GalleyBytes / terraform-operator

A Kubernetes CRD to handle terraform operations
http://tf.galleybytes.com
Apache License 2.0
357 stars 47 forks source link

Change label value to hash sum if > 63 chars #170

Closed isaaguilar closed 2 months ago

isaaguilar commented 2 months ago

Fixes #169

After considering that label selectors are the essentially the reason for the labels, I decided to not remove any label keys. Instead values > 63 chars are hashed under the original label key. This is backwards compatible and does not affect resource selections prior to this change.