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
| registryFQDN | Docker registry fqdn used to pull Stash related images. Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | `""` |
50
+
| image.registry | Docker registry used to pull Postgres addon image | `stashed` |
51
+
| waitTimeout | Number of seconds to wait for the database to be ready before backup/restore process. | `300` |
Copy file name to clipboardExpand all lines: charts/stash-community/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ The following table lists the configurable parameters of the `stash-community` c
51
51
| replicaCount | Number of stash operator replicas to create (only 1 is supported) | `1` |
52
52
| license | License for the product. Get a license by following the steps from [here](https://stash.run/docs/latest/setup/install/community/#get-a-license). <br> Example: <br> `helm install appscode/stash \` <br> `--set-file license=/path/to/license/file` <br> `or` <br> `helm install appscode/stash \` <br> `--set license=<license file content>` | `""` |
53
53
| licenseApiService | Name of the ApiService to use by the addon to identify the respective service and certificate for license verification request | `v1beta1.admission.stash.appscode.com` |
54
+
| registryFQDN | Docker registry fqdn used to pull Stash related images. Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | `""` |
54
55
| operator.registry | Docker registry used to pull operator image | `appscode` |
55
56
| operator.repository | Name of operator container image | `stash` |
56
57
| operator.tag | Operator container image tag | `v0.12.0` |
0 commit comments