From 0fb077a6b9635b9f83273b81551d0327be9838b1 Mon Sep 17 00:00:00 2001 From: Morgan Date: Fri, 25 Feb 2022 10:58:26 +0100 Subject: [PATCH] (2019) Writing your first kubectl plugin with Go --- sections/devops.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sections/devops.md b/sections/devops.md index cd68cf5..9175535 100644 --- a/sections/devops.md +++ b/sections/devops.md @@ -1140,6 +1140,7 @@ curl --user username:password -X POST -F "jenkinsfile= Tips * [diegolnasc/kubernetes-best-practices](https://github.com/diegolnasc/kubernetes-best-practices) - A cookbook with the best practices to working with kubernetes.