From cd5de9a84699637caaaaad973814c1a9541eb670 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Fri, 19 Apr 2024 07:52:43 -0500 Subject: [PATCH] fix: add charts to our git ignore within kustomize, the charts directory is auto-generated when a chart is created. this change ignores charts from the dir so that we're not attempting to track the generated charts from within a deployment. Signed-off-by: Kevin Carter --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 93ab9ae2..ebcb97db 100644 --- a/.gitignore +++ b/.gitignore @@ -121,6 +121,7 @@ kubernetes_sigs-kubespray*tar.gz ansible_collections kustomize/**/all.yaml +kustomize/**/charts # mkdocs site/