Skip to content

Commit

Permalink
fix integration-test failure, see https://www.ibm.com/docs/en/was-lib…
Browse files Browse the repository at this point in the history
…erty/base?topic=cli-installing-kustomize

Signed-off-by: Jianguo Ma <jiangma@microsoft.com>
  • Loading branch information
majguo committed Jun 24, 2024
1 parent e77a922 commit 7324fdc
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 7324fdc

Please sign in to comment.