Skip to content

Commit 12b20be

Browse files
committed
chore: update ci
1 parent c686169 commit 12b20be

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/manifest-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@ jobs:
2727
- run: curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl.sha256"
2828
- run: echo "$(cat kubectl.sha256) kubectl" | sha256sum --check
2929
- run: chmod +x kubectl
30-
- run: ./kubectl kustomize ./manifests/overlays/istio
31-
- run: ./kubectl kustomize ./manifests/overlays/knative-serving
30+
- run: ./kubectl kustomize ./manifests/overlays/istio-ambient
31+
- run: ./kubectl kustomize ./manifests/overlays/istio-sidecar
32+
# knative overlay is disabled as it's not actively developed for now.
33+
# - run: ./kubectl kustomize ./manifests/overlays/knative-serving

0 commit comments

Comments
 (0)