From 122f4b9d9d417a13150b692149533e7b6c81f2db Mon Sep 17 00:00:00 2001 From: Oleksandr Kozachenko Date: Tue, 4 Apr 2023 20:07:23 +0200 Subject: [PATCH] fix: Add missing autoscaler chart manifests Explicitly declaring charts dir in include to negate .gitignore --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 42e7ae5a..c6e33362 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ description = "Cluster API driver for Magnum" authors = ["Mohammed Naser "] readme = "README.md" packages = [{include = "magnum_cluster_api"}] +include = ["magnum_cluster_api/charts/**/*"] [tool.poetry.dependencies] python = "^3.6"