Allow overriding MINIKUBENAME

Add MINIKUBENAME to the example conf file & export it.

Signed-off-by: Davlet Panech <davlet.panech@windriver.com>
Change-Id: I4b7dec2100f7642eea4ee9ec57cfdbe8eb057b4c
This commit is contained in:
Davlet Panech 2022-08-15 16:17:15 -04:00
parent 3bbc0b0466
commit 86aca968d3
2 changed files with 4 additions and 0 deletions

View File

@ -137,6 +137,9 @@ BUILD_CPUS=4
# Configuration for kubectl, if empty defaults to $USER/.kube/config
KUBECONFIG=/localdisk/designer/jenkins/dpanech-debian/kube-config
# Minikube profile name
MINIKUBENAME=minikube-$BUILD_USER-$PROJECT
# Minikube memory (default: auto)
MINIKUBEMEMORY=

View File

@ -33,6 +33,7 @@ if [[ -z "$KUBECONFIG" ]] ; then
fi
export KUBECONFIG
export PROJECT
export MINIKUBENAME
# source import-stx if it exists
if [[ -f "$BUILD_HOME/repo/stx-tools/import-stx" ]] ; then