Skip to content

Commit

Permalink
Code review updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
aattuluri committed Oct 9, 2024
1 parent b849b75 commit c1d7351
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion install/sample/sample_dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
apiVersion: admiral.io/v1alpha1
kind: Dependency
metadata:
name: dependency-greeeting
name: dependency-greeting
namespace: admiral
spec:
source: greeting
Expand Down
3 changes: 0 additions & 3 deletions tests/install_istio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ then
echo "Istio version $istio_version is no longer officially supported by this version of Admiral"
exit 1
#install istio core with DNS proxying enabled and multicluster enabled
elif [ "$os" == "osx-arm64" ]; then
# defalt image does not support iptable manipulation on apple silicon - https://stackoverflow.com/questions/72073613/istio-installation-failed-apple-silicon-m1
"./istio-$istio_version/bin/istioctl" install -f cluster1.yaml -y
else
"./istio-$istio_version/bin/istioctl" install -f cluster1.yaml -y
fi
Expand Down

0 comments on commit c1d7351

Please sign in to comment.