We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e5560 commit 690d22fCopy full SHA for 690d22f
README.md
@@ -5,6 +5,8 @@ align="right">
5
6
# Tarantool Kubernetes operator
7
8
+[![Test][gh-actions-badge]][gh-actions-url]
9
+
10
The Tarantool Operator provides automation that simplifies the administration
11
of [Tarantool Cartridge](https://github.com/tarantool/cartridge)-based clusters
12
on Kubernetes.
@@ -250,3 +252,6 @@ make start
250
252
./bootstrap.sh
251
253
make test
254
```
255
256
+[gh-actions-badge]: https://github.com/tarantool/tarantool-operator/workflows/Test/badge.svg
257
+[gh-actions-url]: https://github.com/tarantool/tarantool-operator/actions
0 commit comments