Skip to content

Commit

Permalink
Merge pull request #1609 from VSIVAKALYAN/develop
Browse files Browse the repository at this point in the history
[MOSIP-37506] Removed Longhorn related Setting as no longer needed
  • Loading branch information
ckm007 authored Nov 18, 2024
2 parents db7fb57 + 323cc7d commit 7a2f280
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions deployment/v3/mosip/regproc/group1_values.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion deployment/v3/mosip/regproc/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function installing_regproc() {
helm -n $NS install regproc-pktserver mosip/regproc-pktserver --version $CHART_VERSION

echo Installing group1
helm -n $NS install regproc-group1 mosip/regproc-group1 -f group1_values.yaml --version $CHART_VERSION
helm -n $NS install regproc-group1 mosip/regproc-group1 --version $CHART_VERSION

echo Installing group2
helm -n $NS install regproc-group2 mosip/regproc-group2 --version $CHART_VERSION
Expand Down

0 comments on commit 7a2f280

Please sign in to comment.