Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions deployment/v3/mosip/captcha/copy_cm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
# DST_NS: Destination namespace

function copying_cm() {
COPY_UTIL=./copy_cm_func.sh
COPY_UTIL=../../utils/copy_cm_func.sh
DST_NS=captcha # DST_NS: Destination namespace

$COPY_UTIL secret mosip-captcha captcha config-server
$COPY_UTIL configmap artifactory-share artifactory $DST_NS
$COPY_UTIL configmap config-server-share config-server $DST_NS
return 0
}

Expand Down
32 changes: 0 additions & 32 deletions deployment/v3/mosip/captcha/copy_cm_func.sh

This file was deleted.

4 changes: 4 additions & 0 deletions deployment/v3/mosip/captcha/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ function installing_captcha() {
kubectl label ns $NS istio-injection=disabled --overwrite
helm repo update

echo Copy configmaps
sed -i 's/\r$//' copy_cm.sh
./copy_cm.sh

while true; do
read -p "Is Prometheus Service Monitor Operator deployed in the k8s cluster? (y/n): " response
if [[ "$response" == "y" || "$response" == "Y" ]]; then
Expand Down
Empty file modified deployment/v3/mosip/regclient/create-signing-certs.sh
100644 → 100755
Empty file.