aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup-hvves.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-hvves.sh b/setup-hvves.sh
index f81799b6..ab9b4af7 100755
--- a/setup-hvves.sh
+++ b/setup-hvves.sh
@@ -7,7 +7,7 @@
NAMESPACE=${NAMESPACE:-onap}
DIR=${DIR:-/tmp}
-HVVESPOD=$(kubectl -n $NAMESPACE get pods --no-headers=true -o custom-columns=:metadata.name | grep hv-ves)
+HVVESPOD=$(kubectl -n $NAMESPACE get pods --no-headers=true -o custom-columns=:metadata.name | grep dcae-hv-ves)
generate_ca_key_cert () {