We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 442ee4a commit b1fa21cCopy full SHA for b1fa21c
charts/selenium-grid/templates/secrets.yaml
@@ -6,6 +6,7 @@ metadata:
6
annotations: {{- toYaml . | nindent 4 }}
7
{{- end }}
8
name: {{ include "seleniumGrid.common.secrets.fullname" . }}
9
+ namespace: {{ .Release.Namespace }}
10
labels:
11
{{- include "seleniumGrid.commonLabels" . | nindent 4 }}
12
{{- with .Values.customLabels }}
charts/selenium-grid/templates/tls-cert-secret.yaml
@@ -5,6 +5,7 @@ metadata:
5
annotations:
"restartOnUpdate": "true"
name: {{ include "seleniumGrid.tls.fullname" . }}
0 commit comments