diff --git a/examples/v1beta1/tekton/pipeline-run.yaml b/examples/v1beta1/tekton/pipeline-run.yaml index b8aac248b0d..839aa86190d 100644 --- a/examples/v1beta1/tekton/pipeline-run.yaml +++ b/examples/v1beta1/tekton/pipeline-run.yaml @@ -60,9 +60,6 @@ spec: - name: num-examples-pre value: $(params.num-examples-init) taskSpec: - metadata: - annotations: - sidecar.istio.io/inject: "false" params: - name: num-examples-pre description: Number of training examples before optimization @@ -84,9 +81,6 @@ spec: - name: num-examples value: $(tasks.data-preprocessing.results.num-examples-post) taskSpec: - metadata: - annotations: - sidecar.istio.io/inject: "false" params: - name: lr description: Learning rate for the training model