GluuFederation / cloud-native-edition

Cloud Native Edition repository
https://gluu.org/docs/gluu-server/latest/installation-guide/install-kubernetes/
Apache License 2.0
33 stars 25 forks source link

feat: override oxauth-key-rotation spec.schedule value #653

Closed iromli closed 2 weeks ago

iromli commented 2 weeks ago

By default, oxauth-key-rotation spec.schedule is using the following value:

spec:
  schedule: "@every {{ .Values.keysLife }}h"

There should be a way to override the value to use supported Cron syntax.

iromli commented 2 weeks ago

The order would be:

  1. If spec schedule is not empty in values.yaml, use the value
  2. If spec schedule is empty, use the @every {{ .Values.keysLife }}h