Explorar o código

fix(flink): Fix name of the file with log settings for Taskmanager

Signed-off-by: Viacheslav Kropotko <vjkropotko@gmail.com>
Viacheslav Kropotko %!s(int64=4) %!d(string=hai) anos
pai
achega
cd714cfe80
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      flink/templates/taskmanager.yaml

+ 2 - 2
flink/templates/taskmanager.yaml

@@ -133,8 +133,8 @@ spec:
                 path: flink-conf.yaml
               - key: log4j.properties
                 path: log4j.properties
-              - key: log4j-console.properties
-                path: log4j.properties
+              - key: log4j.properties
+                path: log4j-console.properties
               - key: security.properties
                 path: security.properties
               {{- if .Values.jobmanager.highAvailability.enabled }}