From cb1d73d180648d0d02f40706e2697610bc6b37a2 Mon Sep 17 00:00:00 2001 From: Ricardo Maraschini Date: Mon, 18 May 2026 10:10:32 +0200 Subject: [PATCH] CNTRLPLANE-3431: restart operator upon config change if the operator config changes we need to restart the operator. e.g. if the tls config has been updated we need to make sure the servers we keep online are respecting the new config. this commit makes the operator config part of the --terminate-on-files flag. --- manifests/07_deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/07_deployment.yaml b/manifests/07_deployment.yaml index 2ed43f1007..eb5397050b 100644 --- a/manifests/07_deployment.yaml +++ b/manifests/07_deployment.yaml @@ -36,7 +36,7 @@ spec: echo "Copying system trust bundle" cp -f /var/run/configmaps/trusted-ca-bundle/ca-bundle.crt /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem fi - exec authentication-operator operator --config=/var/run/configmaps/config/operator-config.yaml --v=2 --terminate-on-files=/var/run/configmaps/trusted-ca-bundle/ca-bundle.crt --terminate-on-files=/tmp/terminate + exec authentication-operator operator --config=/var/run/configmaps/config/operator-config.yaml --v=2 --terminate-on-files=/var/run/configmaps/trusted-ca-bundle/ca-bundle.crt --terminate-on-files=/tmp/terminate --terminate-on-files=/var/run/configmaps/config/operator-config.yaml resources: requests: memory: 200Mi