From 5bfef9623d7eb3686769ca58d74bc5659cd87d58 Mon Sep 17 00:00:00 2001 From: Julius de Jeu Date: Mon, 23 May 2022 00:28:35 +0200 Subject: [PATCH] Let's actually use the image pull secret --- flux/cluster/apps/test/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flux/cluster/apps/test/deployment.yaml b/flux/cluster/apps/test/deployment.yaml index d12dc87..14ed9f2 100644 --- a/flux/cluster/apps/test/deployment.yaml +++ b/flux/cluster/apps/test/deployment.yaml @@ -23,3 +23,5 @@ spec: image: registry.asraphiel.dev/whoami ports: - containerPort: 80 + imagePullSecrets: + - name: vault