Skip to content

Commit

Permalink
fix logformat
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchengsix committed Mar 28, 2023
1 parent 6173f02 commit 077c765
Showing 1 changed file with 1 addition and 1 deletion.
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 false }}

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

0 comments on commit 077c765

Please sign in to comment.