Quellcode durchsuchen

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

Signed-off-by: Viacheslav Kropotko <vjkropotko@gmail.com>
Viacheslav Kropotko vor 4 Jahren
Ursprung
Commit
cd714cfe80
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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 }}