mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-07 05:43:14 +00:00
delete sink file path env and update readme file with container user change (#852)
* update container user change in readme file * delete sink file path env vars --------- Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
@@ -6,7 +6,6 @@ data:
|
||||
RUSTFS_ADDRESS: {{ .Values.config.rustfs.address | quote }}
|
||||
RUSTFS_CONSOLE_ADDRESS: {{ .Values.config.rustfs.console_address | quote }}
|
||||
RUSTFS_OBS_LOG_DIRECTORY: {{ .Values.config.rustfs.obs_log_directory | quote }}
|
||||
RUSTFS_SINKS_FILE_PATH: {{ .Values.config.rustfs.sinks_file_path | quote }}
|
||||
RUSTFS_CONSOLE_ENABLE: {{ .Values.config.rustfs.console_enable | quote }}
|
||||
RUSTFS_LOG_LEVEL: {{ .Values.config.rustfs.log_level | quote }}
|
||||
{{- if eq (int .Values.replicaCount) 4 }}
|
||||
|
||||
@@ -32,7 +32,6 @@ config:
|
||||
log_level: "debug"
|
||||
rust_log: "debug"
|
||||
console_enable: "true"
|
||||
sinks_file_path: "/logs"
|
||||
obs_log_directory: "/logs"
|
||||
|
||||
# This section builds out the service account more information can be found here: https://kubernetes.io/docs/concepts/security/service-accounts/
|
||||
|
||||
Reference in New Issue
Block a user