Skip to content

Commit

Permalink
This commit removes servicemesh references in the DSCI file. It also …
Browse files Browse the repository at this point in the history
…removes sudo from the curl command
  • Loading branch information
tonyxrmdavidson committed Mar 28, 2024
1 parent 65cd8d8 commit 316bb85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions openshift-ci/resources/model-registry-DSCInitialization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,3 @@ spec:
monitoring:
managementState: Managed
namespace: opendatahub
serviceMesh:
auth:
audiences:
- 'https://kubernetes.default.svc'
controlPlane:
metricsCollection: Istio
name: data-science-smcp
namespace: istio-system
managementState: Managed
trustedCABundle:
customCABundle: ''
managementState: Managed
2 changes: 1 addition & 1 deletion openshift-ci/scripts/install_yq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install_yq_if_not_installed() {
if ! command -v yq &>/dev/null; then
echo "yq is not installed. Installing..."
# Linux installation using curl
sudo curl -L https://github.com/mikefarah/yq/releases/download/3.4.1/yq_linux_amd64 -o /usr/local/bin/yq && sudo chmod +x /usr/local/bin/yq
curl -L https://github.com/mikefarah/yq/releases/download/3.4.1/yq_linux_amd64 -o /usr/local/bin/yq && sudo chmod +x /usr/local/bin/yq
else
echo "yq is already installed."
fi
Expand Down

0 comments on commit 316bb85

Please sign in to comment.