feature:TSG-15676:helm适配session_marker配置项

This commit is contained in:
fumingwei
2023-06-21 19:17:55 +08:00
parent 86243fc66b
commit 63e9dde2cf
2 changed files with 6 additions and 1 deletions

View File

@@ -4,7 +4,9 @@
./plug/platform/wire_graft/wire_graft.inf
{{- end }}
./plug/platform/app_proto_identify/app_proto_identify.inf
{{- if eq .Values.session_marker.enable .Values.define_enable_val_yes }}
./plug/platform/session_marker_record/session_marker_record.inf
{{- end }}
./plug/platform/tsg_master/tsg_master.inf
{{- if eq .Values.appsketch.enable .Values.define_enable_val_yes }}
{{- if eq .Values.appsketch.builtin_engine .Values.define_enable_val_yes }}

View File

@@ -227,4 +227,7 @@ debug:
enable_prestart_script: no
enable_mount_host_filesystem: no
#default: /etc/tsg-os/${service_function_name}/shaping_prestart_script.sh
prestart_script: ""
prestart_script: ""
session_marker:
enable: yes