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 689fe77 commit 3eb9717Copy full SHA for 3eb9717
kubernetes/charts/weblogic-operator/templates/_operator-dep.tpl
@@ -305,7 +305,7 @@ spec:
305
- name: "JAVA_LOGGING_LEVEL"
306
value: {{ .javaLoggingLevel | quote }}
307
- name: "JAVA_LOGGING_MAXSIZE"
308
- value: {{ .javaLoggingFileSizeLimit | default 20000000 | quote }}
+ value: {{ int64 .javaLoggingFileSizeLimit | default 20000000 | quote }}
309
- name: "JAVA_LOGGING_COUNT"
310
value: {{ .javaLoggingFileCount | default 10 | quote }}
311
{{- if .remoteDebugNodePortEnabled }}
0 commit comments