Jelajahi Sumber

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

Signed-off-by: Viacheslav Kropotko <vjkropotko@gmail.com>
Viacheslav Kropotko 4 tahun lalu
induk
melakukan
cd714cfe80
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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 }}