curityio / idsvr-helm

This repository contains the Curity Identity Server helm chart source code.
Apache License 2.0
10 stars 21 forks source link

Add annotations to deployment #41

Closed bokristoffersson closed 2 years ago

bokristoffersson commented 2 years ago

We are using the Parameterized XML Configuration and are keeping the parameters in both a configmap and a secret. When updates are done to either the configmap or secret the deployment need to be reloaded since the parameterised configuration is only executed during startup. That can be accomplished using e.g. https://github.com/stakater/Reloader.

This PR adds the ability to add annotations on the admin and runtime deployment.