Skip to content

Commit 2590310

Browse files
committed
add comment to a helm value
Signed-off-by: Shunpoco <tkngsnsk313320@gmail.com>
1 parent 0e6dca9 commit 2590310

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

deploy/helm/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ rcm:
2020
nodeInstallerJob:
2121
ttl: 0
2222
leaderElectEnabled: false
23+
# shimDownloaderConfig generates a ConfigMap which sets a downloader container's variables. Since those variables have defaults, you don't need to enable it unless you want to customize them.
2324
shimDownloaderConfig:
2425
enabled: false
2526
configMapName: shim-downloader-config
2627
content:
27-
numRetry: 10
28+
numRetry: 3
2829
sleepDuration: 2
2930

3031
imagePullSecrets: []

0 commit comments

Comments
 (0)