From b1fa21ccc1be3880491610e8c42c3d3b1e17482b Mon Sep 17 00:00:00 2001 From: Viet Nguyen Duc Date: Mon, 12 Aug 2024 09:47:42 +0000 Subject: [PATCH] chart(update): metadata.namespace to resources Signed-off-by: Viet Nguyen Duc --- charts/selenium-grid/templates/secrets.yaml | 1 + charts/selenium-grid/templates/tls-cert-secret.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/charts/selenium-grid/templates/secrets.yaml b/charts/selenium-grid/templates/secrets.yaml index 6510a7f1e..b848c237d 100644 --- a/charts/selenium-grid/templates/secrets.yaml +++ b/charts/selenium-grid/templates/secrets.yaml @@ -6,6 +6,7 @@ metadata: annotations: {{- toYaml . | nindent 4 }} {{- end }} name: {{ include "seleniumGrid.common.secrets.fullname" . }} + namespace: {{ .Release.Namespace }} labels: {{- include "seleniumGrid.commonLabels" . | nindent 4 }} {{- with .Values.customLabels }} diff --git a/charts/selenium-grid/templates/tls-cert-secret.yaml b/charts/selenium-grid/templates/tls-cert-secret.yaml index 038fb19e2..e04cfc970 100644 --- a/charts/selenium-grid/templates/tls-cert-secret.yaml +++ b/charts/selenium-grid/templates/tls-cert-secret.yaml @@ -5,6 +5,7 @@ metadata: annotations: "restartOnUpdate": "true" name: {{ include "seleniumGrid.tls.fullname" . }} + namespace: {{ .Release.Namespace }} labels: {{- include "seleniumGrid.commonLabels" . | nindent 4 }} {{- with .Values.customLabels }}