Skip to content

Commit 410ca81

Browse files
IronMagediemol
andauthored
Add missing Ingress namespace field (#1966)
Update ingress.yaml Co-authored-by: Diego Molina <[email protected]>
1 parent 889b7f5 commit 410ca81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/selenium-grid/templates/ingress.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ apiVersion: extensions/v1beta1
1414
kind: Ingress
1515
metadata:
1616
name: {{ template "seleniumGrid.ingress.fullname" . }}
17+
namespace: {{ .Release.Namespace }}
1718
labels:
1819
{{- include "seleniumGrid.commonLabels" . | nindent 4 }}
1920
{{- with .Values.customLabels }}

0 commit comments

Comments
 (0)