Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit db53e78

Browse files
committed
fix: fixed workflows
1 parent 5c61fef commit db53e78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/update-istio.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
--set tag=${ISTIO_VER} \
4141
--set enableCRDTemplates=true \
4242
--set operatorNamespace=istio-operator \
43-
--set istioNamespace=istio-system > ./istio/operator/manifests.yaml
43+
--set istioNamespace=istio-system > ./cluster/istio/operator/manifests.yaml
4444
4545
rm -rf ${ISTIO_DIR}
4646

.yamllint.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ignore: |
55
.docker/
66
vendor/
77
node_modules/
8-
flux-system/gotk-components.yaml
9-
istio/operator/manifests.yaml
8+
cluster/flux-system/gotk-components.yaml
9+
cluster/istio/operator/manifests.yaml
1010
1111
rules:
1212
braces:

0 commit comments

Comments
 (0)