mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-02-14 18:09:51 +00:00
fix: respect tap.docker.imagePullSecrets (#1602)
* respect tap.docker.imagePullSecrets Signed-off-by: zyue110026 <98426905+zyue110026@users.noreply.github.com> * respect tap.docker.imagePullSecrets Signed-off-by: zyue110026 <98426905+zyue110026@users.noreply.github.com> * fix: respect tap.docker.imagePullSecrets Signed-off-by: zyue110026 <98426905+zyue110026@users.noreply.github.com> --------- Signed-off-by: zyue110026 <98426905+zyue110026@users.noreply.github.com> Co-authored-by: M. Mert Yildiran <me@mertyildiran.com>
This commit is contained in:
@@ -72,6 +72,12 @@ spec:
|
||||
image: '{{ .Values.tap.docker.registry }}/front:{{ not (eq .Values.tap.docker.tag "") | ternary .Values.tap.docker.tag (include "kubeshark.defaultVersion" .) }}'
|
||||
{{- end }}
|
||||
imagePullPolicy: {{ .Values.tap.docker.imagePullPolicy }}
|
||||
{{- if .Values.tap.docker.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{- range .Values.tap.docker.imagePullSecrets }}
|
||||
- name: {{ . }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
name: kubeshark-front
|
||||
livenessProbe:
|
||||
periodSeconds: 1
|
||||
|
||||
Reference in New Issue
Block a user