falcosecurity-retire / falco-operator

Kubernetes operator for Falco that allows developers to manage rules for detecting intruders and backdoors
Apache License 2.0
68 stars 9 forks source link

ConfigMap name broken in DaemonSet #13

Closed acim closed 5 years ago

acim commented 5 years ago

In daemonset.yaml line 155 configmap name falco-operator is used, but it may actually be created under different name so the correct here would be {{ template "falco.fullname" . }} just like it is used in configmap.yaml.

mumoshu commented 5 years ago

Closing as resolved via #14. Thanks for reporting, and the fix!