From e6d66e0f59a22e2e441135b4a20b86e55dc1a612 Mon Sep 17 00:00:00 2001 From: soukainna Date: Thu, 4 Apr 2024 08:35:14 +0200 Subject: [PATCH] fix kustomize file --- bases/mobility-accounts/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bases/mobility-accounts/kustomization.yaml b/bases/mobility-accounts/kustomization.yaml index 39f4d5d..9ccbe4f 100644 --- a/bases/mobility-accounts/kustomization.yaml +++ b/bases/mobility-accounts/kustomization.yaml @@ -13,4 +13,5 @@ configMapGenerator: resources: - deployment.yaml - service.yaml -- sealed-mobility-account-secret.yaml \ No newline at end of file +- sealed-mobility-account-secret.yaml +- sealed-docker-secret.yaml \ No newline at end of file