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: kubernetes/chart/zulip/README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ Now you're ready to follow [the installation instructions above](#installation).
96
96
| serviceAccount.annotations | object |`{}`| Annotations to add to the service account. |
97
97
| serviceAccount.create | bool |`true`| Specifies whether a service account should be created. |
98
98
| serviceAccount.name | string |`""`| The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
| zulip.environment.SSL_CERTIFICATE_GENERATION | string |`"self-signed"`| Set SSL certificate generation to self-signed because Kubernetes manages the client-facing SSL certs. |
| zulip.persistence | object |`{"accessMode":"ReadWriteOnce","enabled":true,"size":"10Gi"}`| If `persistence.existingClaim` is not set, a PVC is generated with these specifications. |
115
+
| zulip.persistence | object |`{"accessMode":"ReadWriteOnce","enabled":true,"size":"10Gi","storageClass":null}`| If `persistence.existingClaim` is not set, a PVC is generated with these specifications. |
116
+
| zulip.persistence.storageClass | string |`nil`| Set storageClass to use. |
115
117
116
118
## About this helm chart
117
119
@@ -140,7 +142,7 @@ image, because it contains the Postgresql plugins that are needed to run Zulip.
0 commit comments