From 3655fd220fb179121e71408340c2b8baa4dff06e Mon Sep 17 00:00:00 2001 From: yangwei Date: Tue, 28 Nov 2023 11:34:39 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(spec.toml):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dsession=20flag=E8=B7=AF=E5=BE=84=E9=94=99=E8=AF=AF?= =?UTF-8?q?=EF=BC=8C=E4=BB=A5=E5=8F=8Astat=5Fenforcer=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E5=90=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/roles/traffic-engine/files/helm/conf/spec.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/roles/traffic-engine/files/helm/conf/spec.toml b/ansible/roles/traffic-engine/files/helm/conf/spec.toml index 3ca6d24e..acfcd963 100644 --- a/ansible/roles/traffic-engine/files/helm/conf/spec.toml +++ b/ansible/roles/traffic-engine/files/helm/conf/spec.toml @@ -1,6 +1,6 @@ {{- if eq .Values.session_flags.enable .Values.define_enable_val_yes }} [[plugin]] -path = "./stellar_plugin/session_flags/session_flags.so" +path = "./stellar_plugin/session_flags.so" init = "session_flags_plugin_init" exit = "session_flags_plugin_exit" {{- end }} @@ -17,8 +17,8 @@ exit = "firewall_stellar_runtime_exit" [[plugin]] path = "./stellar_plugin/stat_policy_enforcer.so" -init = "statistics_init" -exit = "statistics_exit" +init = "STATISTICS_INIT" +exit = "STATISTICS_EXIT" [[plugin]] path = "./stellar_plugin/sf_classifier.so"