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: deploy/kubernetes/dolphinscheduler/README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,8 @@ Please refer to the [Quick Start in Kubernetes](../../../docs/docs/en/guide/inst
178
178
| externalDatabase.username | string |`"root"`| The username of external database |
179
179
| externalRegistry.registryPluginName | string |`"zookeeper"`| If exists external registry and set `zookeeper.enable` && `registryEtcd.enabled` && `registryJdbc.enabled` to false, specify the external registry plugin name |
180
180
| externalRegistry.registryServers | string |`"127.0.0.1:2181"`| If exists external registry and set `zookeeper.enable` && `registryEtcd.enabled` && `registryJdbc.enabled` to false, specify the external registry servers |
181
+
| global | object |`{"security":{"allowInsecureImages":true}}`| Global settings for Bitnami subcharts |
182
+
| global.security.allowInsecureImages | bool |`true`| Allow using non-standard container images (required for bitnamilegacy images) |
| mysql.primary.persistence.storageClass | string |`"-"`| MySQL data persistent volume storage class. If set to "-", storageClassName: "", which disables dynamic provisioning |
277
+
| postgresql.auth.database | string |`"dolphinscheduler"`| The database for internal PostgreSQL |
278
+
| postgresql.auth.password | string |`"root"`| The password for internal PostgreSQL |
279
+
| postgresql.auth.username | string |`"root"`| The username for internal PostgreSQL |
275
280
| postgresql.driverClassName | string |`"org.postgresql.Driver"`| The driverClassName for internal PostgreSQL |
276
281
| 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 |
284
-
| postgresql.postgresqlDatabase | string |`"dolphinscheduler"`| The database for internal PostgreSQL |
285
-
| postgresql.postgresqlPassword | string |`"root"`| The password for internal PostgreSQL |
286
-
| postgresql.postgresqlUsername | string |`"root"`| The username for internal PostgreSQL |
286
+
| 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 |
0 commit comments