From afcfcc557963def64e545a3002de353df5c3812f Mon Sep 17 00:00:00 2001 From: fumingwei Date: Tue, 21 Nov 2023 19:34:20 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=E4=BF=AE=E5=A4=8D=E4=B8=8D=E5=AD=98?= =?UTF-8?q?=E5=9C=A8firewall=E5=AE=B9=E5=99=A8=E4=B8=8D=E5=AD=98=E5=9C=A8s?= =?UTF-8?q?tellar=5Fplugin=E7=9B=AE=E5=BD=95=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/roles/traffic-engine/files/helm/templates/_config.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/traffic-engine/files/helm/templates/_config.tpl b/ansible/roles/traffic-engine/files/helm/templates/_config.tpl index 81680af1..30938265 100644 --- a/ansible/roles/traffic-engine/files/helm/templates/_config.tpl +++ b/ansible/roles/traffic-engine/files/helm/templates/_config.tpl @@ -159,6 +159,7 @@ enable_breakpad_upload=0 cp /opt/tsg/config/http_main.conf /opt/tsg/sapp/conf/http/http_main.conf cp /opt/tsg/config/mail.conf /opt/tsg/sapp/conf/mail/mail.conf cp /opt/tsg/config/ssl_main.conf /opt/tsg/sapp/conf/ssl/ssl_main.conf + mkdir -p /opt/tsg/sapp/stellar_plugin/ cp /opt/tsg/config/spec.toml /opt/tsg/sapp/stellar_plugin/spec.toml {{- end -}}