Skip to content

Commit

Permalink
Start README
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuCesbron committed Feb 13, 2024
1 parent fbfaecc commit 416db6e
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
# Unagex Kubernetes operator for metabase
# Unagex Kubernetes Operator for Metabase

![Go version](https://img.shields.io/github/go-mod/go-version/unagex/metabase-operator)
![Kubernetes Version](https://img.shields.io/badge/Kubernetes-1.18%2B-green.svg)
![Release](https://img.shields.io/github/v/release/unagex/metabase-operator)
[![Go Report Card](https://goreportcard.com/badge/github.com/unagex/metabase-operator)](https://goreportcard.com/report/github.com/unagex/metabase-operator)

## Features

## Quickstart
1. Deploy the operator with helm
```
helm repo add metabase-operator-charts https://unagex.github.io/metabase-operator
helm repo update
helm install metabase-operator metabase-operator-charts/metabase-operator
```
2. Deploy a basic metabase database
```
kubectl apply -f https://raw.githubusercontent.com/unagex/metabase-operator/main/config/samples/v1_metabase.yaml
```
⬇ See documentation below for more ⬇

## Documentation

* [Operator Installation](./docs/installation.md)
* [Metabase Configuration](./docs/configuration.md)
* [Operator Overview](./docs/overview.md)
<br></br>
* [Contribution](./docs/contribution.md)
* [Contact](mailto:mathieu.cesbron@protonmail.com)

0 comments on commit 416db6e

Please # to comment.