mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
8 lines
229 B
Bash
Executable File
8 lines
229 B
Bash
Executable File
#!/bin/bash
|
|
# Copy configmaps from other namespaces
|
|
# DST_NS: Destination namespace
|
|
COPY_UTIL=./copy_cm_func.sh
|
|
DST_NS=injiuitestrig
|
|
$COPY_UTIL configmap global default $DST_NS
|
|
$COPY_UTIL configmap keycloak-host keycloak $DST_NS
|