From 99e9f03a37bba6395e576732d9f7e3c4332c1962 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Wed, 19 Apr 2023 19:51:10 -0400 Subject: [PATCH] specify namespace --- cluster/apps/default/cdn/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/apps/default/cdn/kustomization.yaml b/cluster/apps/default/cdn/kustomization.yaml index ae4777a..188bca6 100644 --- a/cluster/apps/default/cdn/kustomization.yaml +++ b/cluster/apps/default/cdn/kustomization.yaml @@ -4,5 +4,6 @@ resources: - ./helm-release.yaml configMapGenerator: - name: nginx-cdn-configmap + namespace: default files: - ./nginx.conf \ No newline at end of file