Skip to content

Commit b1fa21c

Browse files
committed
chart(update): metadata.namespace to resources
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 442ee4a commit b1fa21c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: charts/selenium-grid/templates/secrets.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
annotations: {{- toYaml . | nindent 4 }}
77
{{- end }}
88
name: {{ include "seleniumGrid.common.secrets.fullname" . }}
9+
namespace: {{ .Release.Namespace }}
910
labels:
1011
{{- include "seleniumGrid.commonLabels" . | nindent 4 }}
1112
{{- with .Values.customLabels }}

Diff for: charts/selenium-grid/templates/tls-cert-secret.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ metadata:
55
annotations:
66
"restartOnUpdate": "true"
77
name: {{ include "seleniumGrid.tls.fullname" . }}
8+
namespace: {{ .Release.Namespace }}
89
labels:
910
{{- include "seleniumGrid.commonLabels" . | nindent 4 }}
1011
{{- with .Values.customLabels }}

0 commit comments

Comments
 (0)