From d3f019808e3bf7eed48c7ac861045d93b8f23c01 Mon Sep 17 00:00:00 2001 From: Julius de Jeu Date: Mon, 23 May 2022 00:36:04 +0200 Subject: [PATCH] And add it to the kustomization --- flux/cluster/apps/test/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flux/cluster/apps/test/kustomization.yaml b/flux/cluster/apps/test/kustomization.yaml index 09b864b..4a5e31e 100644 --- a/flux/cluster/apps/test/kustomization.yaml +++ b/flux/cluster/apps/test/kustomization.yaml @@ -4,4 +4,4 @@ resources: - deployment.yaml - ingress.yaml - service.yaml - - vault-secret-store.yaml + - registry-creds.yaml