From a6351256ff6a0efe161b03888b7360280cb2ca46 Mon Sep 17 00:00:00 2001 From: Leonardo Rossetti Date: Dec 08 2021 13:35:15 +0000 Subject: [PATCH 1/2] spelling fix + rtd status image --- diff --git a/README.md b/README.md index d8c21d2..41921c6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Koji Operator +[![Documentation Status](https://readthedocs.org/projects/koji-operator/badge/?version=latest)](https://koji-operator.readthedocs.io/en/latest/?badge=latest) + Koji Kubernetes Operator - manage and run [Koji](https://pagure.io/koji/) in a Kubernetes cluster. ## Development @@ -10,7 +12,7 @@ Development requires the following tooling: * operator-sdk >= 1.7; * ansible >= 2.9; -* molecule >= 3.2 (for runing tests); +* molecule >= 3.2 (for running tests); * kustomize >= 4.2 (for running tests); * A container runtime such as docker. From aaec33177811454936d91002dd7de3350e749e72 Mon Sep 17 00:00:00 2001 From: Leonardo Rossetti Date: Dec 08 2021 13:36:03 +0000 Subject: [PATCH 2/2] docs spelling fix --- diff --git a/docs/source/conf.py b/docs/source/conf.py index 9d2b2b7..5d6efd9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -17,7 +17,7 @@ # -- Project information ----------------------------------------------------- -project = 'Koji Kuberetes Operator' +project = 'Koji Kubernetes Operator' copyright = '2021, Leonardo Rossetti' author = 'Leonardo Rossetti'