Skip to content

Commit

Permalink
Remove istio annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich committed Oct 14, 2020
1 parent 611ecce commit e5df500
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/v1beta1/tekton/pipeline-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e5df500

Please sign in to comment.