From 985d9fcdc322c2487c6915b73b6f02c9f3b87bdc Mon Sep 17 00:00:00 2001 From: James Orson Date: Thu, 6 Jul 2023 08:55:28 -0700 Subject: [PATCH] Add missing whitespace --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0b3c76c..268f27d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A global proxy for go modules. see: [https://goproxy.io](https://goproxy.io) ## Requirements + This service invokes the local `go` command to answer requests. The default `cacheDir` is `GOPATH`, you can set it up by yourself according to the situation. @@ -91,6 +92,7 @@ docker-compose up ## Kubernetes Deployment: + ```yaml apiVersion: apps/v1 kind: Deployment @@ -130,6 +132,7 @@ spec: ``` Deployment (with gitconfig secret): + ```yaml apiVersion: apps/v1 kind: Deployment