Skip to content

Commit

Permalink
Add missing Ingress namespace field (#1966)
Browse files Browse the repository at this point in the history
Update ingress.yaml

Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
  • Loading branch information
IronMage and diemol committed Oct 4, 2023
1 parent 889b7f5 commit 410ca81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/selenium-grid/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: {{ template "seleniumGrid.ingress.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "seleniumGrid.commonLabels" . | nindent 4 }}
{{- with .Values.customLabels }}
Expand Down

0 comments on commit 410ca81

Please sign in to comment.