We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd353b2 commit 35404f4Copy full SHA for 35404f4
.github/workflows/inject-sidecar.yaml
@@ -79,7 +79,8 @@ jobs:
79
-not -path "*/istio/operator/manifests.yaml" -name "*deployment.yaml" \
80
-print0 | xargs -0 -I{} bash -c "inject {}"
81
82
- rm manifests.yaml injector.yaml values.yaml mesh.yaml
+ rm inj-values.yaml injector.yaml values.yaml mesh.yaml
83
+
84
if [[ $(git diff --stat) != '' ]]; then
85
echo ::set-output name=version::${ISTIO_VERSION}
86
fi
0 commit comments