diff --git a/charts/sn-platform-slim/templates/bookkeeper/bookkeeper-cluster.yaml b/charts/sn-platform-slim/templates/bookkeeper/bookkeeper-cluster.yaml index 1003f239..76efd440 100644 --- a/charts/sn-platform-slim/templates/bookkeeper/bookkeeper-cluster.yaml +++ b/charts/sn-platform-slim/templates/bookkeeper/bookkeeper-cluster.yaml @@ -239,7 +239,6 @@ spec: {{- with .Values.autorecovery.configData }} {{ toYaml . | indent 6 }} {{- end }} -{{ (.Files.Glob "conf/autorecovery/log4j2.yaml").AsConfig | indent 6 }} apiObjects: clientService: {} headlessService: diff --git a/charts/sn-platform-slim/templates/toolset/toolset-configmap.yaml b/charts/sn-platform-slim/templates/toolset/toolset-configmap.yaml index 14b74ab7..15eaf284 100644 --- a/charts/sn-platform-slim/templates/toolset/toolset-configmap.yaml +++ b/charts/sn-platform-slim/templates/toolset/toolset-configmap.yaml @@ -53,9 +53,6 @@ data: {{- end }} {{- end }} {{ toYaml .Values.toolset.configData | indent 2 }} - # Include log configuration file, If you want to configure the log level and other configuration - # items, you can modify the configmap, and eventually it will overwrite the log4j2.yaml file under conf -{{ (.Files.Glob "conf/toolset/log4j2.yaml").AsConfig | indent 2 }} # pulsarctl configs pulsarctl.config: | auth-info: diff --git a/charts/sn-platform-slim/templates/zookeeper/zookeeper-backup-configmap.yaml b/charts/sn-platform-slim/templates/zookeeper/zookeeper-backup-configmap.yaml index 1108dda1..ab6eb9d5 100644 --- a/charts/sn-platform-slim/templates/zookeeper/zookeeper-backup-configmap.yaml +++ b/charts/sn-platform-slim/templates/zookeeper/zookeeper-backup-configmap.yaml @@ -35,7 +35,4 @@ data: {{- end }} PULSAR_PREFIX_peerType: "observer" {{ toYaml .Values.zookeeper.customTools.backup.configData | indent 2 }} - # Include log configuration file, If you want to configure the log level and other configuration - # items, you can modify the configmap, and eventually it will overwrite the log4j2.yaml file under conf -{{ (.Files.Glob "conf/zookeeper/log4j2.yaml").AsConfig | indent 2 }} {{- end }} diff --git a/charts/sn-platform-slim/templates/zookeeper/zookeeper-cluster.yaml b/charts/sn-platform-slim/templates/zookeeper/zookeeper-cluster.yaml index 6cf014f3..8d48e2b6 100644 --- a/charts/sn-platform-slim/templates/zookeeper/zookeeper-cluster.yaml +++ b/charts/sn-platform-slim/templates/zookeeper/zookeeper-cluster.yaml @@ -201,9 +201,6 @@ spec: {{- with .Values.zookeeper.configData }} {{ toYaml . | indent 6 }} {{- end }} - # Include log configuration file, If you want to configure the log level and other configuration - # items, you can modify the configmap, and eventually it will overwrite the log4j2.yaml file under conf -{{ (.Files.Glob "conf/zookeeper/log4j2.yaml").AsConfig | indent 6 }} apiObjects: clientService: {} headlessService: diff --git a/charts/sn-platform/templates/bookkeeper/bookkeeper-cluster.yaml b/charts/sn-platform/templates/bookkeeper/bookkeeper-cluster.yaml index 065347be..dc380a50 100644 --- a/charts/sn-platform/templates/bookkeeper/bookkeeper-cluster.yaml +++ b/charts/sn-platform/templates/bookkeeper/bookkeeper-cluster.yaml @@ -239,7 +239,6 @@ spec: {{- with .Values.autorecovery.configData }} {{ toYaml . | indent 6 }} {{- end }} -{{ (.Files.Glob "conf/autorecovery/log4j2.yaml").AsConfig | indent 6 }} apiObjects: clientService: {} headlessService: diff --git a/charts/sn-platform/templates/toolset/toolset-configmap.yaml b/charts/sn-platform/templates/toolset/toolset-configmap.yaml index 04f949f4..4b52e89d 100644 --- a/charts/sn-platform/templates/toolset/toolset-configmap.yaml +++ b/charts/sn-platform/templates/toolset/toolset-configmap.yaml @@ -53,9 +53,6 @@ data: {{- end }} {{- end }} {{ toYaml .Values.toolset.configData | indent 2 }} - # Include log configuration file, If you want to configure the log level and other configuration - # items, you can modify the configmap, and eventually it will overwrite the log4j2.yaml file under conf -{{ (.Files.Glob "conf/toolset/log4j2.yaml").AsConfig | indent 2 }} kafka.properties: | {{- if and .Values.tls.broker.enabled .Values.toolset.kafka.enabled }} {{- if and .Values.auth.authentication.enabled (eq .Values.auth.authentication.provider "jwt") }} diff --git a/charts/sn-platform/templates/zookeeper/zookeeper-backup-configmap.yaml b/charts/sn-platform/templates/zookeeper/zookeeper-backup-configmap.yaml index 1108dda1..ab6eb9d5 100644 --- a/charts/sn-platform/templates/zookeeper/zookeeper-backup-configmap.yaml +++ b/charts/sn-platform/templates/zookeeper/zookeeper-backup-configmap.yaml @@ -35,7 +35,4 @@ data: {{- end }} PULSAR_PREFIX_peerType: "observer" {{ toYaml .Values.zookeeper.customTools.backup.configData | indent 2 }} - # Include log configuration file, If you want to configure the log level and other configuration - # items, you can modify the configmap, and eventually it will overwrite the log4j2.yaml file under conf -{{ (.Files.Glob "conf/zookeeper/log4j2.yaml").AsConfig | indent 2 }} {{- end }} diff --git a/charts/sn-platform/templates/zookeeper/zookeeper-cluster.yaml b/charts/sn-platform/templates/zookeeper/zookeeper-cluster.yaml index 6cf014f3..8d48e2b6 100644 --- a/charts/sn-platform/templates/zookeeper/zookeeper-cluster.yaml +++ b/charts/sn-platform/templates/zookeeper/zookeeper-cluster.yaml @@ -201,9 +201,6 @@ spec: {{- with .Values.zookeeper.configData }} {{ toYaml . | indent 6 }} {{- end }} - # Include log configuration file, If you want to configure the log level and other configuration - # items, you can modify the configmap, and eventually it will overwrite the log4j2.yaml file under conf -{{ (.Files.Glob "conf/zookeeper/log4j2.yaml").AsConfig | indent 6 }} apiObjects: clientService: {} headlessService: