commit e63fa2ce50c01d47c2cffd486cfb9bf766fde908 parent bd416a5e550b292f9a510c17c695cfd8c6a0f33a Author: MTRNord <MTRNord@users.noreply.github.com> Date: Thu, 19 Feb 2026 13:26:04 +0100 fix config path Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | apps/talos_cluster/connectivity-tester/deployment.yaml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/talos_cluster/connectivity-tester/deployment.yaml b/apps/talos_cluster/connectivity-tester/deployment.yaml @@ -63,7 +63,7 @@ spec: protocol: TCP volumeMounts: - name: configs - mountPath: "/usr/share/nginx/html/config.json" + mountPath: "/app/_fresh/client/config.json" subPath: config.json readOnly: true - mountPath: /tmp