mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-09-12 12:36:56 +00:00
* Do not merge all cmdline arguments to generic config Instead allow only specific Kairos config ones, this should not be known by the collector but doing it this way as a temporary hack to release 2.0 and then we can do properly Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Remove fmt.Println Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Lint Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * imports Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Filter using a cloud config structure Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Pass a filter function Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Exclude collector config from config.Config yaml Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Fix issue with test now that a yaml tag gets ignored Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * cleanup FilterKeys func Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> * Add comment Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com> --------- Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>