habitat-sh / habitat-operator

A Kubernetes operator for Habitat services
Apache License 2.0
61 stars 17 forks source link

Move StatefulSets from v1beta1 to v1 #342

Closed surajssd closed 6 years ago

surajssd commented 6 years ago

Right now the StatefulSets that we generate from the operator are of version v1beta1 and since 1.9 StatefulSets are v1 so we can start using that now.