Skip to content

Commit

Permalink
fix output log
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchengsix committed Mar 28, 2023
1 parent 077c765 commit 0ae5352
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
- name: BUSYBOX_TAG
value: {{ .Values.cluster.busybox.tag }}
- name: LOG_FORMAT
value: {{ .Values.logFormat | default false }}
value: {{ .Values.logFormat | default "plaintext" }}

image: "{{ .Values.localRegistry | default "docker.io" }}{{"/"}}{{ .Values.namespaceOverride | default "radondb" }}{{"/"}}{{ .Values.manager.image }}:{{ .Values.manager.tag | default .Chart.AppVersion }}"
name: operator-controller-manager
Expand Down
7 changes: 3 additions & 4 deletions charts/opensearch-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ namespaceOverride: radondb
pullPolicy: Always

# format output log
# - false : plaintext (default)
# - true : json
logFormat: false

# - plaintext (default)
# - json
logFormat: plaintext

cluster:
openSearch:
Expand Down

0 comments on commit 0ae5352

Please sign in to comment.