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: helm-charts/understackdb/README.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -26,24 +26,24 @@ Helm chart to deploy MariaDB Database instances for Understack
26
26
| databases[0].instanceName | string |`"mariadb"`| name of the `MariaDB` cluster identifier (`.spec.metadata.name` on MariaDB resource) |
27
27
| databases[0].name | required |`"glance"`| database name |
28
28
| databases[0].namespace | string | openstack | namespace that `Database` record will be created in |
29
-
| databases[0].retryInterval | string |`"5s"`|RetryInterval is the interval used to perform retries. |
29
+
| databases[0].retryInterval | string |`"5s"`| the interval used to perform retries. |
30
30
| grants | list | grants for all Understack components (horizon, ironic, nova, neutron, keystone) | list of databases to create |
31
31
| grants[0].grantOption | bool |`true`| use grant option for this grant |
32
32
| grants[0].name | required |`"glance"`| partial grant name, the `-grant` suffix will be added. |
33
-
| grants[0].namespace | string | openstack | namespace that `Grant` record will be created in |
33
+
| grants[0].namespace | string |`"openstack"`| namespace that `Grant` record will be created in |
34
34
| grants[0].privileges | list |`["ALL"]`| list of privileges that grant allows |
35
-
| grants[0].retryInterval | string |`"5s"`|RetryInterval is the interval used to perform retries. |
35
+
| grants[0].retryInterval | string |`"5s"`| interval used to perform retries. |
36
36
| grants[0].table | string |`"*"`| list of tables that grant is for |
37
37
| image | string |`"mariadb:11.0.3"`||
38
38
| imagePullPolicy | string |`"IfNotPresent"`||
39
-
| instanceName | string |`"mariadb"`|instanceName is the name of the database instance |
40
-
| instanceNamespace | string |`"openstack"`|instanceNamespace is the namespace where the MariaDB will be created |
41
-
| rootPasswordSecretKeyRef | object |name: mariadb, key: root-password, generate: false | rootPasswordSecretKeyRef is a reference to a Secret containing the root password |
42
-
| rootPasswordSecretKeyRef.generate | bool | false | generate determines whether a password should be generated if it's missing |
43
-
| rootPasswordSecretKeyRef.key | string | root-password| key is the key in the Secret containing the root password |
44
-
| rootPasswordSecretKeyRef.name | string | mariadb| name is the name of the Secret |
45
-
| storage.resizeInUseVolumes | bool | true | resizeInUseVolumes indicates whether the PVCs can be resized. |
46
-
| storage.size | string | 10Gi| size is the size of the Persistent Volume Claim |
39
+
| instanceName | string |`"mariadb"`| name of the database instance |
40
+
| instanceNamespace | string |`"openstack"`| the namespace where the MariaDB will be created |
41
+
| rootPasswordSecretKeyRef | object |`{"generate":false,"key":"root-password","name":"mariadb"}`| reference to a Secret containing the root password |
42
+
| rootPasswordSecretKeyRef.generate | bool |`false`| generate determines whether a password should be generated if it's missing |
43
+
| rootPasswordSecretKeyRef.key | string |`"root-password"`| the key in the Secret containing the root password |
44
+
| rootPasswordSecretKeyRef.name | string |`"mariadb"`| the name of the Secret |
45
+
| storage.resizeInUseVolumes | bool |`true`| resizeInUseVolumes indicates whether the PVCs can be resized. |
46
+
| storage.size | string |`"10Gi"`| the size of the Persistent Volume Claim |
47
47
| storage.storageClassName | string |`nil`| StorageClassName to be used to provision the PVCS. It supersedes the 'StorageClassName' specified in 'VolumeClaimTemplate'. |
48
48
| storage.waitForVolumeResize | bool |`true`||
49
49
| users | list | users for all Understack components (horizon, ironic, nova, neutron, keystone) | list of database users |
0 commit comments