Skip to content

Commit

Permalink
feat(oxauth-key-rotation): replicate property
Browse files Browse the repository at this point in the history
  • Loading branch information
misba7 committed Aug 27, 2024
1 parent f2f93c3 commit 0748347
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pygluu/kubernetes/templates/helm/gluu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0748347

Please sign in to comment.