From a0557d56d549ff1913f512362559031b0e2baf5d Mon Sep 17 00:00:00 2001 From: Michiel Meeuwissen Date: Mon, 9 Dec 2024 22:35:58 +0100 Subject: [PATCH] Update README.adoc --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index d5067e6..672f56b 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = npo-poms/kaniko -`gcr.io/kaniko-project/executor:debug` with some extra scripts that are use in our pipelines. It's better to have the scripts in an image, which is used in a pipeline than having the scripts themselves encapsulated in a yaml. +`gcr.io/kaniko-project/executor:debug` with some extra scripts that are used in our pipelines. It's better to have the scripts in an image, which is used in a pipeline than having the scripts themselves encapsulated in a yaml, because yaml is not very fit for that, and the scripts are than nearly impossible to debug. == features @@ -81,4 +81,4 @@ It will pick up needed settings with credentials from several spots in your home [source, bash] ---- oc get secret ... > ~/.kube/config.gitlab ----- \ No newline at end of file +----