From 074834760ed42ccb411d57e324448f5e9915d7e9 Mon Sep 17 00:00:00 2001 From: Amro Misbah Date: Tue, 27 Aug 2024 18:17:53 +0300 Subject: [PATCH] feat(oxauth-key-rotation): replicate property --- .../helm/gluu/charts/oxauth-key-rotation/values.yaml | 4 +++- pygluu/kubernetes/templates/helm/gluu/values.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/values.yaml b/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/values.yaml index 6248f9a3..6a328288 100644 --- a/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/values.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotation/values.yaml @@ -22,7 +22,9 @@ image: tag: 4.5.5-1 # -- Image Pull Secrets pullSecrets: [ ] -# -- Auth server key rotation keys life in hours +# -- Auth server key rotation job schedule. +cronJobSchedule: "" +# -- Auth server key rotation keys life in hours. Used only if cronJobSchedule is not set. keysLife: 48 # -- Set key selection strategy used by Auth server keysStrategy: NEWER diff --git a/pygluu/kubernetes/templates/helm/gluu/values.yaml b/pygluu/kubernetes/templates/helm/gluu/values.yaml index 4ee653f6..e9e10449 100644 --- a/pygluu/kubernetes/templates/helm/gluu/values.yaml +++ b/pygluu/kubernetes/templates/helm/gluu/values.yaml @@ -2120,7 +2120,7 @@ oxauth-key-rotation: tag: 4.5.5-1 # -- Image Pull Secrets pullSecrets: [ ] - # -- Auth server key rotation job schedule + # -- Auth server key rotation job schedule. cronJobSchedule: "" # -- Auth server key rotation keys life in hours. Used only if cronJobSchedule is not set. keysLife: 48