Skip to content

Commit

Permalink
Merge pull request #1540 from ckm007/MOSIP-33412-develop
Browse files Browse the repository at this point in the history
[MOSIP-34323] removed modular helm chart and corrected copy script
  • Loading branch information
ckm007 authored Jul 18, 2024
2 parents 90e665c + 79f0573 commit 79c0ab5
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 93 deletions.
6 changes: 5 additions & 1 deletion deploy/copy_cm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
# DST_NS: Destination namespace

function copying_cm() {
COPY_UTIL=../../utils/copy_cm_func.sh
UTIL_URL=https://github.com/mosip/mosip-infra/blob/master/deployment/v3/utils/copy_cm_func.sh
COPY_UTIL=./copy_cm_func.sh
DST_NS=kernel

wget -q $UTIL_URL -O copy_cm_func.sh && chmod +x copy_cm_func.sh

$COPY_UTIL configmap global default $DST_NS
$COPY_UTIL configmap artifactory-share artifactory $DST_NS
$COPY_UTIL configmap config-server-share config-server $DST_NS

return 0
}

Expand Down
2 changes: 0 additions & 2 deletions helm/kernel/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions helm/kernel/.helmignore

This file was deleted.

30 changes: 0 additions & 30 deletions helm/kernel/Chart.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions helm/kernel/README.md

This file was deleted.

19 changes: 0 additions & 19 deletions helm/kernel/values.yaml

This file was deleted.

0 comments on commit 79c0ab5

Please sign in to comment.