Skip to content

Commit

Permalink
salt: use metalk8s storageclass
Browse files Browse the repository at this point in the history
We now use a single metalk8s storageclass
instead of one per addon (e.g. metalk8s-loki).

Refs: #2742
  • Loading branch information
alexandre-allard authored and ChengYanJin committed Sep 3, 2020
1 parent c7a5218 commit f7f9c17
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
1 change: 0 additions & 1 deletion buildchain/buildchain/salt_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ def _get_parts(self) -> Iterator[str]:
Path('salt/metalk8s/addons/logging/loki/deployed/',
'service-configuration.sls'),
Path('salt/metalk8s/addons/logging/loki/deployed/services.sls'),
Path('salt/metalk8s/addons/logging/loki/deployed/storageclass.sls'),

Path('salt/metalk8s/addons/prometheus-adapter/deployed/chart.sls'),
Path('salt/metalk8s/addons/prometheus-adapter/deployed/init.sls'),
Expand Down
2 changes: 1 addition & 1 deletion salt/metalk8s/addons/logging/loki/deployed/init.sls
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
include:
- ....storageclass.deployed
- .service-configuration
- .loki-configuration-secret
- .chart
- .services
- .storageclass
- .datasource
- .dashboard
18 changes: 0 additions & 18 deletions salt/metalk8s/addons/logging/loki/deployed/storageclass.sls

This file was deleted.

0 comments on commit f7f9c17

Please sign in to comment.