Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

removed logback-xml from config to use NiFi default logback.xml #98

Merged
merged 6 commits into from
Nov 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
167 changes: 0 additions & 167 deletions configs/logback.xml

This file was deleted.

9 changes: 0 additions & 9 deletions templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,6 @@ spec:
- name: "bootstrap-notification-services-xml"
mountPath: /opt/nifi/nifi-current/conf/bootstrap-notification-services.xml
subPath: "bootstrap-notification-services.xml"
- name: "logback-xml"
mountPath: /opt/nifi/nifi-current/conf/logback.xml
subPath: "logback.xml"
- name: "login-identity-providers-xml"
mountPath: /opt/nifi/nifi-current/conf/login-identity-providers.xml
subPath: "login-identity-providers.xml"
Expand Down Expand Up @@ -480,12 +477,6 @@ spec:
items:
- key: "bootstrap-notification-services.xml"
path: "bootstrap-notification-services.xml"
- name: "logback-xml"
configMap:
name: {{ template "apache-nifi.fullname" . }}-config
items:
- key: "logback.xml"
path: "logback.xml"
- name: "login-identity-providers-xml"
configMap:
name: {{ template "apache-nifi.fullname" . }}-config
Expand Down