We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308b393 commit 4850400Copy full SHA for 4850400
kubernetes/charts/weblogic-operator/templates/_operator-dep.tpl
@@ -302,7 +302,7 @@ spec:
302
- name: "JAVA_LOGGING_LEVEL"
303
value: {{ .javaLoggingLevel | quote }}
304
- name: "JAVA_LOGGING_MAXSIZE"
305
- value: {{ .javaLoggingFileSizeLimit | default 20000000 | quote }}
+ value: {{ int64 .javaLoggingFileSizeLimit | default 20000000 | quote }}
306
- name: "JAVA_LOGGING_COUNT"
307
value: {{ .javaLoggingFileCount | default 10 | quote }}
308
{{- if .remoteDebugNodePortEnabled }}
0 commit comments