Skip to content

Commit 5debca5

Browse files
committed
fix: add missing paths to salt_tree
1 parent f5e94af commit 5debca5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
- Bump ingress-nginx chart version to [4.15.0](https://github.com/kubernetes/ingress-nginx/releases/tag/helm-chart-4.15.0)
5757
and ingress-nginx controller to [v1.15.0](https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.15.0)
5858
(PR[#4824](https://github.com/scality/metalk8s/pull/4824))
59+
5960
- Implement ability to add certificates to fluent-bit by mounting a fluent-bit-certs secret
6061
(PR[#4812](https://github.com/scality/metalk8s/pull/4812))
6162

buildchain/buildchain/salt_tree.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ def _download_ui_operator_crds() -> str:
350350
Path("salt/metalk8s/addons/logging/fluent-bit/deployed/configmap.sls"),
351351
Path("salt/metalk8s/addons/logging/fluent-bit/deployed/init.sls"),
352352
Path("salt/metalk8s/addons/logging/fluent-bit/deployed/service-configuration.sls"),
353+
Path("salt/metalk8s/addons/logging/fluent-bit/deployed/secret.sls"),
353354
Path("salt/metalk8s/addons/logging/loki/config/loki.yaml"),
354355
Path("salt/metalk8s/addons/logging/loki/deployed/files/logs.json"),
355356
Path("salt/metalk8s/addons/logging/loki/deployed/files/loki.json"),

0 commit comments

Comments
 (0)