Skip to content

Commit 8498223

Browse files
committed
MK8S-184 - Add the new sls file in the salt tree
1 parent 00bee02 commit 8498223

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

buildchain/buildchain/salt_tree.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,13 @@ 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/oidc-proxy-restart-script.sls"
413+
),
414+
Path(
415+
"salt/metalk8s/addons/prometheus-operator/deployed/files/",
416+
"restart-on-ca-change.py",
417+
),
411418
Path("salt/metalk8s/addons/prometheus-operator/deployed/oidc-proxy-prometheus.sls"),
412419
Path(
413420
"salt/metalk8s/addons/prometheus-operator/deployed/oidc-proxy-alertmanager.sls"

0 commit comments

Comments
 (0)