Skip to content

Commit

Permalink
Merge pull request #710 from Rakshitha650/develop
Browse files Browse the repository at this point in the history
[DSD-5961]removed prereg-captcha installation
  • Loading branch information
ckm007 authored Aug 7, 2024
2 parents de067f3 + b7ee84a commit 958d5f1
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 786 deletions.
1 change: 0 additions & 1 deletion deploy/delete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ function deleting_prereg() {
then
kubectl -n prereg delete -f rate-control-envoyfilter.yaml
helm -n prereg delete prereg-gateway
helm -n prereg delete prereg-captcha
helm -n prereg delete prereg-application
helm -n prereg delete prereg-batchjob
helm -n prereg delete prereg-booking
Expand Down
3 changes: 0 additions & 3 deletions deploy/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ function installing_prereg() {
echo Install prereg-gateway
helm -n $NS install prereg-gateway mosip/prereg-gateway --set istio.hosts[0]=$PREREG_HOST --version $CHART_VERSION

echo Installing prereg-captcha
helm -n $NS install prereg-captcha mosip/prereg-captcha --version $CHART_VERSION

echo Installing prereg-application
helm -n $NS install prereg-application mosip/prereg-application --version $CHART_VERSION

Expand Down
2 changes: 0 additions & 2 deletions helm/prereg-captcha/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions helm/prereg-captcha/.helmignore

This file was deleted.

20 changes: 0 additions & 20 deletions helm/prereg-captcha/Chart.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions helm/prereg-captcha/README.md

This file was deleted.

1 change: 0 additions & 1 deletion helm/prereg-captcha/templates/NOTES.txt

This file was deleted.

60 changes: 0 additions & 60 deletions helm/prereg-captcha/templates/_helpers.tpl

This file was deleted.

135 changes: 0 additions & 135 deletions helm/prereg-captcha/templates/deployment.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions helm/prereg-captcha/templates/extra-list.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions helm/prereg-captcha/templates/service-account.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions helm/prereg-captcha/templates/service.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions helm/prereg-captcha/templates/servicemonitor.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions helm/prereg-captcha/templates/virtualservice.yaml

This file was deleted.

Loading

0 comments on commit 958d5f1

Please sign in to comment.