Add APPLICATION_ACTIVITY_LOG environment variable to devsvc config
This commit is contained in:
parent
a65edb236d
commit
18b6bfc9e5
@ -20,3 +20,4 @@ data:
|
||||
METRICS_ENABLED: {{ .Values.devsvc.configs.metricsEnabled | default false | toString | b64enc }}
|
||||
PROBES_ENABLED: {{ .Values.devsvc.configs.probesEnabled | default false | toString | b64enc }}
|
||||
LOG_BASE_PATH: {{ .Values.devsvc.configs.logBasePath | default "/app/log/devsvc" | b64enc | quote }}
|
||||
APPLICATION_ACTIVITY_LOG: {{ .Values.devsvc.configs.appName | default "devsvc" | printf "%s-application-activity" | b64enc | quote }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user