diff --git a/helmfile/apps/nubus/values-nginx-s3-gateway.yaml.gotmpl b/helmfile/apps/nubus/values-nginx-s3-gateway.yaml.gotmpl index af8a4af3..085e81bb 100644 --- a/helmfile/apps/nubus/values-nginx-s3-gateway.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nginx-s3-gateway.yaml.gotmpl @@ -3,6 +3,10 @@ SPDX-FileCopyrightText: 2024 Zentrum für Digitale Souveränität der Öffentlic SPDX-License-Identifier: Apache-2.0 */}} --- +global: + imagePullSecrets: + {{ .Values.global.imagePullSecrets | toYaml | nindent 4 }} + image: registry: {{ coalesce .Values.repositories.image.dockerHub .Values.global.imageRegistry .Values.images.nginxS3Gateway.registry | quote }} repository: {{ .Values.images.nginxS3Gateway.repository | quote }}