Skip to content

Commit

Permalink
[helm chart]adding disable keyrenewperiod comment (#1455)
Browse files Browse the repository at this point in the history
adding disable keyrenewperiod comment in helm values file, as without
quotes it wont work.

very minor adjustment to helm chart values file (just adding a comment)
to prevent wondering why it doesnt get picked up.

Signed-off-by: Mans Matulewicz <cybermans@gmail.com>
  • Loading branch information
MansM committed Feb 8, 2024
1 parent fbe22f8 commit 686b148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/sealed-secrets/values.yaml
Expand Up @@ -74,6 +74,7 @@ skipRecreate: false
## @param keyrenewperiod Specifies key renewal period. Default 30 days
## e.g
## keyrenewperiod: "720h30m"
## To disable use "0", with quotes!
##
keyrenewperiod: ""
## @param rateLimit Number of allowed sustained request per second for verify endpoint
Expand Down

0 comments on commit 686b148

Please sign in to comment.