Skip to content

Commit dbf8f5f

Browse files
author
abhisbyk
committed
Yaml file comment corrections
Signed-off-by: abhisbyk <[email protected]>
1 parent 5af166b commit dbf8f5f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

config/samples/sidb/singleinstancedatabase.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ spec:
4747
## Enable TCPS
4848
enableTCPS: false
4949

50-
## TCPS Certificate Renewal Interval: The time after which TCPS certificate will be renewed if TCPS connections are enabled; can be in hours(h), minutes(m) and seconds(s)
50+
## TCPS Certificate Renewal Interval: The time after which TCPS certificate will be renewed if TCPS connections are enabled.
51+
## tcpsCertRenewInterval can be in hours(h), minutes(m) and seconds(s); e.g. 17520h, 8760h etc.
5152
## Maximum value is 26280h (3 years), Minimum value is 1m; Default value is 17520h (2 years)
53+
## If this field is commented out/removed from the yaml, it will disable the auto-renewal feature for TCPS certificate
5254
tcpsCertRenewInterval: 17520h
5355

5456
## NA if cloning from a SourceDB (cloneFrom is set)

config/samples/sidb/singleinstancedatabase_tcps.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ spec:
4646
## Enable TCPS
4747
enableTCPS: true
4848

49-
## TCPS Certificate Renewal Interval: The time after which TCPS certificate will be renewed if TCPS connections are enabled; can be in hours(h), minutes(m) and seconds(s)
49+
## TCPS Certificate Renewal Interval: The time after which TCPS certificate will be renewed if TCPS connections are enabled.
50+
## tcpsCertRenewInterval can be in hours(h), minutes(m) and seconds(s); e.g. 17520h, 8760h etc.
5051
## Maximum value is 26280h (3 years), Minimum value is 1m; Default value is 17520h (2 years)
52+
## If this field is commented out/removed from the yaml, it will disable the auto-renewal feature for TCPS certificate
5153
tcpsCertRenewInterval: 17520h
5254

5355
## Database image details

0 commit comments

Comments
 (0)