We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889b7f5 commit 410ca81Copy full SHA for 410ca81
charts/selenium-grid/templates/ingress.yaml
@@ -14,6 +14,7 @@ apiVersion: extensions/v1beta1
14
kind: Ingress
15
metadata:
16
name: {{ template "seleniumGrid.ingress.fullname" . }}
17
+ namespace: {{ .Release.Namespace }}
18
labels:
19
{{- include "seleniumGrid.commonLabels" . | nindent 4 }}
20
{{- with .Values.customLabels }}
0 commit comments