You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ This repository contains Redis cluster helm charts that can survive pod restarts
15
15
`securityContext` | Pod's security context | `{}`
16
16
`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`
17
17
`priorityClassName` | Priority indicates the importance of a Pod relative to other Pods | `high-priority`
18
+
`serviceAccount.enabled` | Enable or disable service account | `false`
19
+
`serviceAccount.name` | Name of the service account | `default`
0 commit comments