From 024a68cf537827f03538de7abd233f5dc65fcdb1 Mon Sep 17 00:00:00 2001 From: Phil Brookes Date: Thu, 12 Sep 2024 12:22:19 +0200 Subject: [PATCH] add azure to local env supported providers (#853) Signed-off-by: Phil Brookes --- config/dependencies/dns/deployment_patch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dependencies/dns/deployment_patch.yaml b/config/dependencies/dns/deployment_patch.yaml index 7859c16e7..b976ed471 100644 --- a/config/dependencies/dns/deployment_patch.yaml +++ b/config/dependencies/dns/deployment_patch.yaml @@ -12,4 +12,4 @@ - op: add path: /spec/template/spec/containers/0/args/- - value: --provider=aws,google,inmemory + value: --provider=aws,azure,google,inmemory