Skip to content

Commit

Permalink
[MOSIP-35421] Moved copy_cm_func.sh script.
Browse files Browse the repository at this point in the history
Signed-off-by: Mohanraj209 <[email protected]>
  • Loading branch information
Mohanraj209 authored and Mohanraj209 committed Oct 23, 2024
1 parent c8891b3 commit 908c9dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion deploy/ida-apitestrig/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ fi

NS=ida
CHART_VERSION=0.0.1-develop
COPY_UTIL=../copy_cm_func.sh

echo Create $NS namespace
kubectl create ns $NS
Expand All @@ -18,7 +19,6 @@ function installing_apitestrig() {
helm repo update

echo Copy Configmaps
COPY_UTIL=../copy_cm_func.sh
$COPY_UTIL configmap global default $NS
$COPY_UTIL configmap keycloak-host keycloak $NS
$COPY_UTIL configmap artifactory-share artifactory $NS
Expand Down
2 changes: 1 addition & 1 deletion deploy/ida/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi

NS=ida
CHART_VERSION=0.0.1-develop
COPY_UTIL=./copy_cm_func.sh
COPY_UTIL=../copy_cm_func.sh

echo Create $NS namespace
kubectl create ns $NS
Expand Down

0 comments on commit 908c9dc

Please sign in to comment.