From ce139135ed15f04503321b4654a74b1c6cf0f88b Mon Sep 17 00:00:00 2001 From: Julius de Jeu Date: Mon, 23 May 2022 00:39:20 +0200 Subject: [PATCH] And use the correct image pull secrets --- flux/cluster/apps/test/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flux/cluster/apps/test/deployment.yaml b/flux/cluster/apps/test/deployment.yaml index 14ed9f2..3bfde36 100644 --- a/flux/cluster/apps/test/deployment.yaml +++ b/flux/cluster/apps/test/deployment.yaml @@ -24,4 +24,4 @@ spec: ports: - containerPort: 80 imagePullSecrets: - - name: vault + - name: registry-creds