From 9fb9ab25793211d4da252bb74c017c4ccb03303d Mon Sep 17 00:00:00 2001 From: Erin Conley Date: Fri, 6 Sep 2024 14:35:16 -0400 Subject: [PATCH] Fix capitalisation in contribute.md Capitalise MicroK8s where appropriate --- docs/how-to/contribute.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to/contribute.md b/docs/how-to/contribute.md index e5bb593..e514d16 100644 --- a/docs/how-to/contribute.md +++ b/docs/how-to/contribute.md @@ -35,7 +35,7 @@ source .tox/unit/bin/activate ### Testing -Note that the [Jenkins agent k8s](jenkins_agent_k8s_rock/rockcraft.yaml) needs to be built and pushed to microk8s for the tests to run. It should be tagged as `localhost:32000/jenkins-agent-k8s:latest` so that Kubernetes knows how to pull them from the microk8s repository. Note that the microk8s registry needs to be enabled using `microk8s enable registry`. More details regarding the OCI images below. The following commands can then be used to run the tests: +Note that the [Jenkins agent k8s](jenkins_agent_k8s_rock/rockcraft.yaml) needs to be built and pushed to MicroK8s for the tests to run. It should be tagged as `localhost:32000/jenkins-agent-k8s:latest` so that Kubernetes knows how to pull them from the MicroK8s repository. Note that the MicroK8s registry needs to be enabled using `microk8s enable registry`. More details regarding the OCI images below. The following commands can then be used to run the tests: * `tox`: Runs all of the basic checks (`lint`, `unit`, `static`, and `coverage-report`). * `tox -e fmt`: Runs formatting using `black` and `isort`. @@ -84,4 +84,4 @@ juju deploy ./jenkins-agent-k8s_ubuntu-22.04-amd64.charm \ ## Canonical Contributor Agreement -Canonical welcomes contributions to the Jenkins agent k8s operator. Please check out our [contributor agreement](https://ubuntu.com/legal/contributors) if you're interested in contributing to the solution. \ No newline at end of file +Canonical welcomes contributions to the Jenkins agent k8s operator. Please check out our [contributor agreement](https://ubuntu.com/legal/contributors) if you're interested in contributing to the solution.