elasticsearch-operator
elasticsearch-operator copied to clipboard
Allow secret name to be customized
Currently, the secret used for passing in certs to the image is hard-coded to be es-certs. Allow the user to define the secret name by cluster.
It seems this is not valid anymore since the secret name is now: es-certs-[clusterName]