uselagoon / remote-controller

A group of controllers for handling Lagoon builds and tasks in Kubernetes or Openshift
5 stars 1 forks source link

feat: support namespace expiry configmap #251

Open shreddedbacon opened 7 months ago

shreddedbacon commented 7 months ago

Checklist

Supports the existence of a kind: ConfigMap that contains data["timestamp'] in the same format that the namespace timestamp label would contain. The standard namespace terminator cronjob will check for this and then check the namespace labels.

If the configmap exists, it will prefer this over the namespace label.

Closing issues