Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Deletes pods that are using configmaps and secrets that are updated.

License

Notifications You must be signed in to change notification settings

scalabledelivery/conf-reaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conf Reaper

Deletes pods that are using configmaps and secrets that are updated.

Installation

# kubectl apply -f https://raw.githubusercontent.com/scalabledelivery/conf-reaper/main/deploy.yaml

Then just add the following annotations to your pods.

annotations:
  configMapModifyPolicy: "DELETE"
  secretModifyPolicy: "DELETE"

About

Deletes pods that are using configmaps and secrets that are updated.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published