Skip to content

Commit b80211b

Browse files
committed
docs: fix typo
1 parent 0fb9e77 commit b80211b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This repository contains Redis cluster helm charts that can survive pod restarts
1616
`minReadySeconds` | minimum number of seconds for which a newly created Pod should be running and ready without any of its containers crashing, for it to be considered available | `10`
1717
`priorityClassName` | Priority indicates the importance of a Pod relative to other Pods | `high-priority`
1818
`serviceAccount.enabled` | Enable or disable service account | `false`
19-
`serviceAccount.name` | Name of the service account | `"default"`
19+
`serviceAccount.name` | Name of the service account | `default`
2020
`redis.image` | Redis docker image | `redis:7.2.4`
2121
`redis.port` | Redis server port | `6379`
2222
`redis.bus` | Redis cluster bus port | `16379`

0 commit comments

Comments
 (0)