You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
incorrectly reports that class app.prod is not used.
it's used, but using a variable reference
$ kapitan lint
Running yamllint on all inventory files...
.yamllint not found. Using default values
Checking for orphan classes in inventory...
No usage found for the following 1 classes:
{'app.prod'}
The text was updated successfully, but these errors were encountered:
Reclass allows using references in class names (docs)
This works fine when expanding the inventory with
kapitan inventory
.However, when you run
kapitan lint
, it fails to identify that a given classes is being used through a reference.Example inventory
kapitan inventory
kapitan lint
incorrectly reports that class
app.prod
is not used.it's used, but using a variable reference
The text was updated successfully, but these errors were encountered: