Skip to content

Commit

Permalink
Merge pull request #113 from majguo/main
Browse files Browse the repository at this point in the history
Fix integration-test failure
  • Loading branch information
venunathb authored Jun 24, 2024
2 parents e77a922 + 7324fdc commit c5f10a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ else
wget https://raw.githubusercontent.com/WASdev/websphere-liberty-operator/main/deploy/releases/${WLO_VERSION}/kustomize/base/websphere-liberty-deployment.yaml -q -P ./base
wget https://raw.githubusercontent.com/WASdev/websphere-liberty-operator/main/deploy/releases/${WLO_VERSION}/kustomize/base/websphere-liberty-roles.yaml -q -P ./base
kubectl create namespace ${operatorNamespaceName}
kubectl apply -k overlays/watch-all-namespaces
kubectl apply --server-side -k overlays/watch-all-namespaces
fi
if [[ $? -ne 0 ]]; then
Expand Down

0 comments on commit c5f10a4

Please sign in to comment.