This repository was archived by the owner on Jun 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
charts/selenium-grid/templates Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -235,10 +235,17 @@ Service Account fullname
235235{ {- end -} }
236236
237237{ {/*
238- Video ConfigMap fullname
238+ Recorder ConfigMap fullname
239239*/} }
240- { {- define " seleniumGrid.video.fullname" -} }
241- { {- tpl (default " selenium-video" .Values.videoRecorder.nameOverride) $ | trunc 63 | trimSuffix " -" -} }
240+ { {- define " seleniumGrid.recorder.fullname" -} }
241+ { {- tpl (default " selenium-recorder-config" .Values.recorderConfigMap.name) $ | trunc 63 | trimSuffix " -" -} }
242+ { {- end -} }
243+
244+ { {/*
245+ Uploader ConfigMap fullname
246+ */} }
247+ { {- define " seleniumGrid.uploader.fullname" -} }
248+ { {- tpl (default " selenium-uploader-config" .Values.uploaderConfigMap.name) $ | trunc 63 | trimSuffix " -" -} }
242249{ {- end -} }
243250
244251{ {/*
Original file line number Diff line number Diff line change 22apiVersion : v1
33kind : ConfigMap
44metadata :
5- name : {{ .Values.recorderConfigMap.name }}
5+ name : {{ template "seleniumGrid.recorder.fullname" $ }}
66 namespace : {{ .Release.Namespace }}
77{{- with .Values.recorderConfigMap.annotations }}
88 annotations : {{- toYaml . | nindent 4 }}
Original file line number Diff line number Diff line change 22apiVersion : v1
33kind : ConfigMap
44metadata :
5- name : {{ .Values.uploaderConfigMap.name }}
5+ name : {{ template "seleniumGrid.uploader.fullname" $ }}
66 namespace : {{ .Release.Namespace }}
77{{- with .Values.uploaderConfigMap.annotations }}
88 annotations : {{- toYaml . | nindent 4 }}
You can’t perform that action at this time.
0 commit comments