sensu / catalog

Monitoring as code for Sensu Go. "There's a template for that!"
8 stars 4 forks source link

Updated network interface monitoring resource patching to guard against various user inputs #262

Closed calebhailey closed 2 years ago

calebhailey commented 2 years ago

Closes #261

Guards against network interface monitoring resource patching resulting in empty arguments (i.e. --exclude-interfaces {{ or .annotations.excluded_network_interfaces "" }} could result in effectively a --exclude-interfaces flag with no argument, which would result in a check configuration error).