From 071cbc7c443696b4e0f6c1cebc7718a39b4b1c84 Mon Sep 17 00:00:00 2001 From: Ashwin Naik Date: Wed, 18 Dec 2024 12:18:00 -0600 Subject: [PATCH] feat: added support for apigeeChainingGateway --- playbook.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbook.yaml b/playbook.yaml index 589c2f2..844527d 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -172,6 +172,8 @@ set_values: - value: "envgroup={{ item.name }}" value_type: string + - value: "apigeeChainingGateway.name={{ item.name }}" + value_type: string loop: "{{ overrides.virtualhosts }}" tags: ['apigee-virtualhost']