From 8c5ade2b2bc70ca8b5acaf0c06254ae18ccebeb9 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Sat, 6 Feb 2021 11:49:42 -0500 Subject: [PATCH] [unifi] enhance unifi to log to stdout (#547) * enhance unifi to log to stdout Signed-off-by: Jeff Billimek * bump version after rebase from master --- charts/unifi/Chart.yaml | 2 +- charts/unifi/templates/deployment.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/unifi/Chart.yaml b/charts/unifi/Chart.yaml index 232aa430..31f99e9f 100644 --- a/charts/unifi/Chart.yaml +++ b/charts/unifi/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 5.14.23 description: Ubiquiti Network's Unifi Controller name: unifi -version: 1.4.2 +version: 1.5.0 keywords: - ubiquiti - unifi diff --git a/charts/unifi/templates/deployment.yaml b/charts/unifi/templates/deployment.yaml index 8c569ad3..2dba6a43 100644 --- a/charts/unifi/templates/deployment.yaml +++ b/charts/unifi/templates/deployment.yaml @@ -149,6 +149,8 @@ spec: value: "{{ .Values.customCert.certName }}" - name: CERT_PRIVATE_NAME value: "{{ .Values.customCert.keyName }}" + - name: UNIFI_STDOUT + value: "true" {{- end }} volumeMounts: - mountPath: /unifi/data