upmc-enterprises / elasticsearch-operator

manages elasticsearch clusters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DaemonSet default namespace

pst opened this issue · comments

While packaging release 0.3.0 for the Kubestack catalog I noticed you now provide a flag to configure the DS namespace. However, it sets default as the default namespace. Wouldn't it make more sense to use the $NAMESPACE env var you already set in the operator container as the default value? So it would default to the same namespace as the operator runs in.

How did you actually specify the namespace? I am having trouble figuring that out.

By setting the command line parameter. You can download the zip from the catalog and check the patch file for an example.