Skip to content

Commit 092df26

Browse files
committed
MK8S-184 - Add the new sls file in the salt tree
1 parent 2a4c95e commit 092df26

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

buildchain/buildchain/salt_tree.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,14 @@ def _download_ui_operator_crds() -> str:
408408
Path("salt/metalk8s/addons/prometheus-operator/deployed/thanos-chart.sls"),
409409
Path("salt/metalk8s/addons/prometheus-operator/deployed/thanos-query-sd-files.sls"),
410410
Path("salt/metalk8s/addons/prometheus-operator/deployed/oidc-proxy-rbac.sls"),
411+
Path(
412+
"salt/metalk8s/addons/prometheus-operator/deployed/",
413+
"oidc-proxy-restart-script.sls",
414+
),
415+
Path(
416+
"salt/metalk8s/addons/prometheus-operator/deployed/files/",
417+
"restart-on-ca-change.py",
418+
),
411419
Path("salt/metalk8s/addons/prometheus-operator/deployed/oidc-proxy-prometheus.sls"),
412420
Path(
413421
"salt/metalk8s/addons/prometheus-operator/deployed/oidc-proxy-alertmanager.sls"

0 commit comments

Comments
 (0)