Alluxio / k8s-operator

An operator for managing Alluxio system on Kubernetes cluster
https://www.alluxio.io/
Apache License 2.0
11 stars 9 forks source link

Add default values to etcd spec #79

Closed ssz1997 closed 1 year ago

ssz1997 commented 1 year ago

Fix the resource spec in operator. The original resource config is not pointing to etcd but the initContainer if any. Sync between the etcd struct between helm chart and operator. Give default values to the etcd spec.