Updated firefoxDebug to only be scheduled as DaemonSet when firefoxDebug.runAsDaemonSet is enabled. (#23834)

Signed-off-by: Stefan Gloutnikov <stefan@gloutnikov.com>
This commit is contained in:
Stefan Gloutnikov
2020-10-13 14:03:24 -07:00
committed by GitHub
parent 158da2f191
commit b7b469bb1f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: selenium
version: 1.2.0
version: 1.2.1
appVersion: 3.141.59
description: Chart for selenium grid
keywords:
@@ -1,4 +1,4 @@
{{- if eq true .Values.firefoxDebug.enabled -}}
{{- if and (eq true .Values.firefoxDebug.enabled) (eq true .Values.firefoxDebug.runAsDaemonSet) -}}
apiVersion: {{ template "deployment.apiVersion" . }}
kind: Deployment
metadata: