diff --git a/README.md b/README.md index fa2c9ee..f5655a9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Magda Ckan Connector -![CI Workflow](https://github.com/magda-io/magda-ckan-connector/workflows/Main%20CI%20Workflow/badge.svg?branch=master) [![Release](https://img.shields.io/github/release/magda-io/magda-ckan-connector.svg)](https://github.com/magda-io/magda-ckan-connector/releases) +![CI Workflow](https://github.com/magda-io/magda-ckan-connector/workflows/Main%20CI%20Workflow/badge.svg?branch=main) [![Release](https://img.shields.io/github/release/magda-io/magda-ckan-connector.svg)](https://github.com/magda-io/magda-ckan-connector/releases) [Magda](https://github.com/magda-io/magda) connectors go out to external datasources and copy their metadata into the Registry, so that they can be searched and have other aspects attached to them. A connector is simply a docker-based microservice that is invoked as a job. It scans the target datasource (usually an open-data portal), then completes and shuts down. @@ -62,4 +62,4 @@ Kubernetes: `>= 1.21.0` | resources.limits.cpu | string | `"100m"` | | | resources.requests.cpu | string | `"50m"` | | | resources.requests.memory | string | `"30Mi"` | | -| secrets | string | `nil` | Set a list of secrets that pass to function (this config field is only for deploying connector code as openfaas functions) Secrets are accessible from `/var/openfaas/secrets/` as file | \ No newline at end of file +| secrets | string | `nil` | Set a list of secrets that pass to function (this config field is only for deploying connector code as openfaas functions) Secrets are accessible from `/var/openfaas/secrets/` as file |