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: hull-vidispine-addon/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1165,7 +1165,7 @@ _CREATE_SCRIPT_CONFIGMAP: Name of an existing ConfigMap which contains a custom
1165
1165
1166
1166
Usage:
1167
1167
1168
-
This function full renders job objects that either create or reset a database defined for _COMPONENT_. The container used for these database operations is found in the `hull.config.specific.images.dbTools.repository` field (default is 'vpms/dbtools') and the tag to use is given in the `hull.config.specific.images.dbTools.tag` field (default "1.8"). In order to work correctly, the following environment variables are provided to each 'vpms/dbtools' instance executed:
1168
+
This function full renders job objects that either create or reset a database defined for _COMPONENT_. The container used for these database operations is found in the `hull.config.specific.images.dbTools.repository` field (default is 'vpms/dbtools') and the tag to use is given in the `hull.config.specific.images.dbTools.tag` field (default "1.9-1"). In order to work correctly, the following environment variables are provided to each 'vpms/dbtools' instance executed:
1169
1169
- DBHOST: retrieved from the database endpoints (`postgres` or `mssql`) `uri.address` field. Alternatively if the _COMPONENT_ specifies a `database.endpoint` entry the `host` is retrieved for this explicit _ENDPOINT_ instead
1170
1170
- DBPORT: retrieved from the database endpoints (`postgres` or `mssql`) `uri.address` field. Alternatively if the _COMPONENT_ specifies a `database.endpoint` entry the `port` is retrieved for this explicit _ENDPOINT_ instead
1171
1171
- DBTYPE: `postgres`or `mssql`, determined by `hull.vidispine.addon.library.get.endpoint.application` function
0 commit comments