Skip to content

Commit

Permalink
Update line to delete patch
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com>
  • Loading branch information
rafvasq committed May 2, 2023
1 parent 9075498 commit 65a749d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ if [[ $enable_self_signed_ca == "true" ]]; then
sed -i.bak "1,${configMapGeneratorBeforeLine}s/^/#/g" default/kustomization.yaml

# remove webhookcainjection_patch.yaml
sed -i.bak 's+- webhookcainjection_patch.yaml++g' default/kustomization.yaml
sed -i.bak '/webhookcainjection_patch.yaml/d' default/kustomization.yaml

# create dummy secret 'modelmesh-webhook-server-cert'
secretExist=$(kubectl get secret modelmesh-webhook-server-cert --ignore-not-found|wc -l)
Expand Down

0 comments on commit 65a749d

Please sign in to comment.