Passing values file to voltha upgrade
Change-Id: Ia8ff4ec1028c0ee2a769e7ed6d188806077ca144
diff --git a/Jenkinsfile-attworkflow b/Jenkinsfile-attworkflow
index 4241d2e..21c9acf 100644
--- a/Jenkinsfile-attworkflow
+++ b/Jenkinsfile-attworkflow
@@ -77,7 +77,7 @@
helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/
helm dep build voltha
helm install -n voltha -f ../${configBaseDir}/${configKubernetesDir}/${configFileName}.yml --set etcd-operator.customResources.createEtcdClusterCRD=false voltha
- helm upgrade --set etcd-operator.customResources.createEtcdClusterCRD=true voltha ./voltha
+ helm upgrade -f ../${configBaseDir}/${configKubernetesDir}/${configFileName}.yml --set etcd-operator.customResources.createEtcdClusterCRD=true voltha ./voltha
"""
}
timeout(10) {