From bfce8100bcbb2079355538890295d33a3224ca9d Mon Sep 17 00:00:00 2001 From: Ryan Cross Date: Mon, 16 Sep 2024 13:52:24 -0700 Subject: [PATCH] fix: add kustomization configMapGenerator (#3839) --- k8s/kustomization.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/k8s/kustomization.yaml b/k8s/kustomization.yaml index f431f93b..f248e349 100644 --- a/k8s/kustomization.yaml +++ b/k8s/kustomization.yaml @@ -1,5 +1,10 @@ namespace: mailarch namePrefix: ml- +configMapGenerator: + - name: files-cfgmap + files: + - nginx-logging.conf + - nginx-mailarchive.conf resources: - beat.yaml - celery.yaml