From 97735eadd1551f787a75059b0e74ff7ee1f604a9 Mon Sep 17 00:00:00 2001 From: Bastian <bastian.heppener@mgm-tp.com> Date: Wed, 14 May 2025 10:20:23 +0200 Subject: [PATCH] info client add image pull secret --- alfa-client/apps/info/src/main/helm/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/alfa-client/apps/info/src/main/helm/templates/deployment.yaml b/alfa-client/apps/info/src/main/helm/templates/deployment.yaml index 252254878d..dce42b46a8 100644 --- a/alfa-client/apps/info/src/main/helm/templates/deployment.yaml +++ b/alfa-client/apps/info/src/main/helm/templates/deployment.yaml @@ -105,6 +105,8 @@ spec: dnsConfig: {} dnsPolicy: ClusterFirst restartPolicy: Always + imagePullSecrets: + - name: {{ .Values.imagePullSecret }} {{- with .Values.hostAliases }} hostAliases: {{ toYaml . | indent 8 }} -- GitLab