mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[unifi] enhance unifi to log to stdout (#547)
* enhance unifi to log to stdout Signed-off-by: Jeff Billimek <jeff@billimek.com> * bump version after rebase from master
This commit is contained in:
parent
a9218cd798
commit
8c5ade2b2b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user