Explorar el Código

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

Signed-off-by: Viacheslav Kropotko <vjkropotko@gmail.com>
Viacheslav Kropotko hace 4 años
padre
commit
cd714cfe80
Se han modificado 1 ficheros con 2 adiciones y 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 }}