Skip to content

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil authored Dec 9, 2024
1 parent d4aff25 commit a0557d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
----
----

0 comments on commit a0557d5

Please sign in to comment.