feature:TSG-15676:helm适配session_marker配置项
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user