Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 authored Oct 8, 2023
1 parent 5aeefb6 commit b4ae42a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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/<secret-name>` as 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/<secret-name>` as file |

0 comments on commit b4ae42a

Please sign in to comment.