# Functions
CaptureSignals cancels the context if receives the SIGINT or SIGTERM signal through sigCh, and exits with calling exit(130).
Config returns the ConfMap from a file if it was set in the command flags.
Main is the entrypoint of the application.
# Variables
Opts is the command line flag struct.