gopaddle-io / configurator

Synchronize and Version Control ConfigMaps & Secrets across Deployment Rollouts.
Other
112 stars 45 forks source link

Move the purge functionality to a kube job #87

Closed surendar-b closed 2 years ago

surendar-b commented 2 years ago

Describe the bug Cleaning up unused customConfigMap/customSecret from the cluster. Purge functionality will do the cleaning every 15 mins. Now the purge process is part of the configurator code. Expected behavior Move the purge process as a separate one and create the kubernetes job resource to clean the CCM/CS every 15 mins.

gopaddle-io commented 2 years ago

Please send pull requests to SODACODE-2022