From 63bbc342030e3d36557efbfc2176d2774a01c870 Mon Sep 17 00:00:00 2001 From: Henry Dobosn Date: Fri, 14 Feb 2020 14:20:41 +0000 Subject: [PATCH] chore(ase asp): disable legacy deployments --- Jenkinsfile_CNP | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile_CNP b/Jenkinsfile_CNP index 0126dfdc2..f6f70f9b5 100644 --- a/Jenkinsfile_CNP +++ b/Jenkinsfile_CNP @@ -37,6 +37,8 @@ withPipeline(type, product, component) { loadVaultSecrets(secrets) enableSlackNotifications('#idam_tech') installCharts() + enableAksStagingDeployment() + disableLegacyDeployment() // AKS Callbacks before('akschartsinstall') {