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
| minio.enabled | bool |`true`| Deploy minio and configure it as the default storage for DolphinScheduler, note this is for demo only, not for production. |
| mysql.primary.persistence.storageClass | string |`"-"`| MySQL data persistent volume storage class. If set to "-", storageClassName: "", which disables dynamic provisioning |
273
+
| postgresql.auth.database | string |`"dolphinscheduler"`| The database for internal PostgreSQL |
274
+
| postgresql.auth.password | string |`"root"`| The password for internal PostgreSQL |
275
+
| postgresql.auth.username | string |`"root"`| The username for internal PostgreSQL |
273
276
| postgresql.driverClassName | string |`"org.postgresql.Driver"`| The driverClassName for internal PostgreSQL |
274
277
| postgresql.enabled | bool |`true`| If not exists external PostgreSQL, by default, the DolphinScheduler will use a internal PostgreSQL |
| postgresql.persistence.storageClass | string |`"-"`| PostgreSQL data persistent volume storage class. If set to "-", storageClassName: "", which disables dynamic provisioning |
282
-
| postgresql.postgresqlDatabase | string |`"dolphinscheduler"`| The database for internal PostgreSQL |
283
-
| postgresql.postgresqlPassword | string |`"root"`| The password for internal PostgreSQL |
284
-
| postgresql.postgresqlUsername | string |`"root"`| The username for internal PostgreSQL |
282
+
| postgresql.primary.persistence.enabled | bool |`false`| Set postgresql.primary.persistence.enabled to true to mount a new volume for internal PostgreSQL |
| postgresql.primary.persistence.storageClass | string |`"-"`| PostgreSQL data persistent volume storage class. If set to "-", storageClassName: "", which disables dynamic provisioning |
| registryEtcd.enabled | bool |`false`| If you want to use Etcd for your registry center, change this value to true. And set zookeeper.enabled to false |
| zookeeper.persistence.storageClass | string |`"-"`| ZooKeeper data persistent volume storage class. If set to "-", storageClassName: "", which disables dynamic provisioning |
0 commit comments