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

Commit

Permalink
removed logback-xml from config (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Nuttinck <alexandre.nuttinck@cetic.be>
Co-authored-by: bhochgatterer <hochgatterer@unisoftwareplus.com>
  • Loading branch information
3 people authored Nov 9, 2020
1 parent d8a1f63 commit 762dccc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 176 deletions.
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 @@ -378,9 +378,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 @@ -483,12 +480,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

0 comments on commit 762dccc

Please sign in to comment.