feat(test): gitea registry pull secret and imagePullSecrets
This commit is contained in:
@@ -26,6 +26,10 @@ spec:
|
||||
labels:
|
||||
app: adminpanel
|
||||
spec:
|
||||
{{- with .Values.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
containers:
|
||||
- name: adminpanel
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||
|
||||
Reference in New Issue
Block a user