Add possibiliy to define statefulset labels #130
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This change adds a new value statefulset.labels to allow the user to add custom labels to the StatefulSet.
An example of where this could be useful is if gitea's pvc is stored on OpenEBS. With this new option, the user can add the extra openebs.io/sts-target-affinity label to specify that the volume target pod should run on the same node as gitea's StatefulSet.