From 87863db2ca64543c920304459ea19a2b3e444909 Mon Sep 17 00:00:00 2001 From: Tom Magerlein Date: Mon, 22 Feb 2021 18:05:10 +0000 Subject: [PATCH] Create syslog, speedtest services when unified service not enabled (#593) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tom Magerlein Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs --- charts/unifi/Chart.yaml | 2 +- charts/unifi/templates/speedtest-svc.yaml | 2 +- charts/unifi/templates/syslog-svc.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/unifi/Chart.yaml b/charts/unifi/Chart.yaml index 621e4587..45521b9a 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.5.1 +version: 1.5.2 keywords: - ubiquiti - unifi diff --git a/charts/unifi/templates/speedtest-svc.yaml b/charts/unifi/templates/speedtest-svc.yaml index e63cbda0..19319ac3 100644 --- a/charts/unifi/templates/speedtest-svc.yaml +++ b/charts/unifi/templates/speedtest-svc.yaml @@ -1,4 +1,4 @@ -{{ if not .Values.speedtestService.enabled }} +{{ if not .Values.unifiedService.enabled }} apiVersion: v1 kind: Service metadata: diff --git a/charts/unifi/templates/syslog-svc.yaml b/charts/unifi/templates/syslog-svc.yaml index 0797059d..2c3c1416 100644 --- a/charts/unifi/templates/syslog-svc.yaml +++ b/charts/unifi/templates/syslog-svc.yaml @@ -1,4 +1,4 @@ -{{ if not .Values.syslogService.enabled }} +{{ if not .Values.unifiedService.enabled }} apiVersion: v1 kind: Service metadata: