Quentin-M / etcd-cloud-operator

Deploying and managing production-grade etcd clusters on cloud providers: failure recovery, disaster recovery, backups and resizing.
Apache License 2.0
233 stars 42 forks source link

nodeSelector差数无效 #74

Open dockerxu123 opened 2 years ago

dockerxu123 commented 2 years ago

image

Quentin-M commented 2 years ago

Hey! Sorry haven't been using the Helm chart actively. It looks like this is going to be a simple indentation issue in https://github.com/Quentin-M/etcd-cloud-operator/blob/master/chart/etcd-cloud-operator/templates/statefulset.yaml#L129-L139, it seems the spec at the bottom is indented too much and being considered as part of the PVC Spec, do you mind contributing the fix?