AmadeusITGroup / Redis-Operator

Redis Operator creates/configures/manages Redis clusters atop Kubernetes
MIT License
167 stars 62 forks source link

fix: Indent the redis-cluster node selector properly #49

Closed showermat closed 5 years ago

showermat commented 5 years ago

The RedisCluster CRD specifies that the nodeSelector needs to be a child of the spec field, but the indentation in the redis-cluster Helm chart makes it a child of one of the containers. This fix places it where it should be.

codecov-io commented 5 years ago

Codecov Report

Merging #49 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #49   +/-   ##
======================================
  Coverage    36.9%   36.9%           
======================================
  Files          37      37           
  Lines        3420    3420           
======================================
  Hits         1262    1262           
  Misses       2036    2036           
  Partials      122     122

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1d73df0...cd32d68. Read the comment docs.