Use values file when installing cdn-remote chart
Change-Id: Ic4d8101282db2f228fe7f83615eb922973030d7b
diff --git a/Jenkinsfile-mcord-remote-build b/Jenkinsfile-mcord-remote-build
index ef37d1e..102691e 100644
--- a/Jenkinsfile-mcord-remote-build
+++ b/Jenkinsfile-mcord-remote-build
@@ -80,7 +80,7 @@
}
}
-
+
stage("Install M-CORD Control Plane Services") {
sh returnStdout: true, script: """
@@ -102,7 +102,7 @@
stage("Install CDN Remote Services") {
sh returnStdout: true, script: """
export KUBECONFIG=$WORKSPACE/${configBaseDir}/${configKubernetesDir}/${configFileName}.conf
- helm install -n cdn-remote cord/mcord-cdn-remote
+ helm install -n cdn-remote cord/mcord-cdn-remote -f $WORKSPACE/${configBaseDir}/${configKubernetesDir}/${configFileName}.yml
"""
timeout(3) {