Skip to content

Commit 35404f4

Browse files
committed
Fix sidecar injection action
Signed-off-by: Stefan Prodan <[email protected]>
1 parent fd353b2 commit 35404f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/inject-sidecar.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ jobs:
7979
-not -path "*/istio/operator/manifests.yaml" -name "*deployment.yaml" \
8080
-print0 | xargs -0 -I{} bash -c "inject {}"
8181
82-
rm manifests.yaml injector.yaml values.yaml mesh.yaml
82+
rm inj-values.yaml injector.yaml values.yaml mesh.yaml
83+
8384
if [[ $(git diff --stat) != '' ]]; then
8485
echo ::set-output name=version::${ISTIO_VERSION}
8586
fi

0 commit comments

Comments
 (0)