Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DSD-5961]removed prereg-captcha installation #710

Merged
merged 1 commit into from
Aug 7, 2024
Merged
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
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
Loading