From: Kuralamudhan Ramakrishnan Date: Fri, 4 Mar 2022 04:45:14 +0000 (+0000) Subject: Merge "Add software BOM to docs" X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=39b1674dea01c51ccd36a70898f7a91aa4a5aa05;hp=331b6a5a8583d2960a0dd61d81c3d5897d010be3;p=icn.git Merge "Add software BOM to docs" --- diff --git a/deploy/kata/kata.sh b/deploy/kata/kata.sh index df3ceb2..39aa8ee 100755 --- a/deploy/kata/kata.sh +++ b/deploy/kata/kata.sh @@ -35,6 +35,7 @@ function deploy_webhook { # create-certs.sh takes care of converting the .yaml.tpl into the # .yaml file mkdir -p ${BUILDDIR}/webhook/base/deploy + curl -sL ${KATA_WEBHOOK_URL}/common.bash -o ${BUILDDIR}/webhook/base/common.bash curl -sL ${KATA_WEBHOOK_URL}/create-certs.sh -o ${BUILDDIR}/webhook/base/create-certs.sh curl -sL ${KATA_WEBHOOK_URL}/deploy/webhook-registration.yaml.tpl -o ${BUILDDIR}/webhook/base/deploy/webhook-registration.yaml.tpl curl -sL ${KATA_WEBHOOK_URL}/deploy/webhook.yaml -o ${BUILDDIR}/webhook/base/deploy/webhook.yaml diff --git a/deploy/site/pod11/pod11.sh b/deploy/site/pod11/pod11.sh old mode 100644 new mode 100755