Skip to content

Commit

Permalink
fix: add charts to our git ignore
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
cloudnull committed Apr 19, 2024
1 parent f72ad75 commit cd5de9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ kubernetes_sigs-kubespray*tar.gz
ansible_collections

kustomize/**/all.yaml
kustomize/**/charts

# mkdocs
site/

0 comments on commit cd5de9a

Please sign in to comment.