Skip to content

Commit

Permalink
added new property config.llisEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
chococatson committed Jan 23, 2024
1 parent ffeeee2 commit ed53b94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ltps-ui/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ spec:
"--ltps.v2.password={{ .Values.ltps.v2.password }}",
"--config.reconEnabled={{ .Values.config.reconEnabled }}",
"--config.wdstuEnabled={{ .Values.config.wdstuEnabled }}",
"--config.llisEnabled={{ .Values.config.llisEnabled }}",
{{- if and .Values.devmode.enabled .Values.devmode.puid }}
"--devMode.puid={{ .Values.devmode.puid }}"
{{- end }}
Expand Down

0 comments on commit ed53b94

Please sign in to comment.