mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
Create syslog, speedtest services when unified service not enabled (#593)
Signed-off-by: Tom Magerlein <dev@tom.magerlein.com> Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <bernd@bjws.nl>
This commit is contained in:
parent
1676ddfb6b
commit
87863db2ca
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
{{ if not .Values.speedtestService.enabled }}
|
||||
{{ if not .Values.unifiedService.enabled }}
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
|
@ -1,4 +1,4 @@
|
||||
{{ if not .Values.syslogService.enabled }}
|
||||
{{ if not .Values.unifiedService.enabled }}
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
|
Loading…
Reference in New Issue
Block a user