fix(nubus): Add imagePullSecrets to nginx-s3-gateway

This commit is contained in:
Dominik Kaminski
2025-03-24 21:53:54 +01:00
committed by Thorsten Roßner
parent adb3fa18eb
commit 466b70a9bb

View File

@@ -3,6 +3,10 @@ SPDX-FileCopyrightText: 2024 Zentrum für Digitale Souveränität der Öffentlic
SPDX-License-Identifier: Apache-2.0 SPDX-License-Identifier: Apache-2.0
*/}} */}}
--- ---
global:
imagePullSecrets:
{{ .Values.global.imagePullSecrets | toYaml | nindent 4 }}
image: image:
registry: {{ coalesce .Values.repositories.image.dockerHub .Values.global.imageRegistry .Values.images.nginxS3Gateway.registry | quote }} registry: {{ coalesce .Values.repositories.image.dockerHub .Values.global.imageRegistry .Values.images.nginxS3Gateway.registry | quote }}
repository: {{ .Values.images.nginxS3Gateway.repository | quote }} repository: {{ .Values.images.nginxS3Gateway.repository | quote }}