Skip to content

Commit

Permalink
Fixing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ko committed Feb 10, 2024
1 parent cc66e3b commit 7147c9a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ with the latest data from the external sources.

Currently, the supported external data sources types are:

- `ovirt`
- `vmware`
- `dnac`
- [`ovirt`](https://www.ovirt.org/)
- [`vmware`](https://www.vmware.com/products/vcenter.html)
- [`dnac`](https://www.cisco.com/site/us/en/products/networking/catalyst-center/index.html)

> :warning: **This project is under heavy development, use with caution.**
> [!WARNING]
> **This project is still under heavy development, use with caution.**
## Configuration

Expand All @@ -21,6 +22,8 @@ The configuration file is divided into three sections:
- [`netbox`](#netbox): Netbox configuration
- [`source`](#source): Array of configuration for each data source

Example configuration can be found [here](#example-config).

### Logger

| Parameter | Description | Type | Possible values | Default | Required |
Expand Down Expand Up @@ -112,4 +115,4 @@ Apply [cronjob](./k8s/cronjob.yaml) with custom settings:

```yaml
kubectl apply -f cronjob.yaml
```
```

0 comments on commit 7147c9a

Please sign in to comment.