Skip to content

Commit

Permalink
fix: Add missing autoscaler chart manifests
Browse files Browse the repository at this point in the history
Explicitly declaring charts dir in include to negate .gitignore
  • Loading branch information
okozachenko1203 authored and mnaser committed Apr 4, 2023
1 parent 0dc290e commit 122f4b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description = "Cluster API driver for Magnum"
authors = ["Mohammed Naser <[email protected]>"]
readme = "README.md"
packages = [{include = "magnum_cluster_api"}]
include = ["magnum_cluster_api/charts/**/*"]

[tool.poetry.dependencies]
python = "^3.6"
Expand Down

0 comments on commit 122f4b9

Please sign in to comment.