We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5220c1 commit 477ae8eCopy full SHA for 477ae8e
examples/README.md
@@ -5,6 +5,9 @@ This directory contains examples of [Tekton Pipelines](../README.md) in action.
5
To deploy them to your cluster (after
6
[installing the CRDs and running the controller](../DEVELOPMENT.md#getting-started)):
7
8
+Some examples have `metadata:generateName` instead of `metadata:name`. These examples
9
+can not be executed by `kubectl apply`. Please use `kubectl create` instead.
10
+
11
In few examples to demonstrate tasks that push image to registry, sample URL
12
`gcr.io/christiewilson-catfactory` is used. To run these examples yourself, you
13
will need to change the values of this sample registry URL to a registry you can
0 commit comments