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 c686169 commit 12b20beCopy full SHA for 12b20be
.github/workflows/manifest-ci.yml
@@ -27,5 +27,7 @@ jobs:
27
- run: curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl.sha256"
28
- run: echo "$(cat kubectl.sha256) kubectl" | sha256sum --check
29
- run: chmod +x kubectl
30
- - run: ./kubectl kustomize ./manifests/overlays/istio
31
- - run: ./kubectl kustomize ./manifests/overlays/knative-serving
+ - run: ./kubectl kustomize ./manifests/overlays/istio-ambient
+ - 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