From f15df559b4e768e0f89fd25c39e455b9aec15e1b Mon Sep 17 00:00:00 2001 From: CrowleyRajapakse Date: Tue, 26 Mar 2024 09:39:18 +0530 Subject: [PATCH] adding gateway type to apim deployment.toml --- .../apim-cp-helm-chart/confs/instance-1/deployment.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/apim-apk-agent-test/apim-cp-helm-chart/confs/instance-1/deployment.toml b/test/apim-apk-agent-test/apim-cp-helm-chart/confs/instance-1/deployment.toml index 0cf2510df..d5f2a92f4 100644 --- a/test/apim-apk-agent-test/apim-cp-helm-chart/confs/instance-1/deployment.toml +++ b/test/apim-apk-agent-test/apim-cp-helm-chart/confs/instance-1/deployment.toml @@ -51,6 +51,9 @@ password = {{ .Values.wso2.apim.configurations.databases.shared_db.password | qu {{ $key }} = "{{ $value }}" {{- end }} +[apim] +gateway_type = "Regular,APK" + {{- if .Values.wso2.apim.configurations.security.keystores.primary.enabled }} [keystore.primary] type = "JKS"