Sync chart from pieced-threema-gateway 0.1.3

This commit is contained in:
2026-05-16 21:40:40 +00:00
parent 63df9a5aba
commit 4a7058fd1e
3 changed files with 13 additions and 3 deletions

View File

@@ -17,6 +17,10 @@ spec:
app.kubernetes.io/name: pieced-threema-gateway
spec:
serviceAccountName: pieced-threema-gateway
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
- name: relay
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"