From e841a610339ec51c1503fa36ea9fdc40b38ed750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Koll=C3=A1r?= <10644651+rkollar@users.noreply.github.com> Date: Wed, 17 Dec 2025 12:30:40 +0100 Subject: [PATCH] controller: add NODE_KEY --- .../controller/templates/chainlet/chainlet-deploy.yml.tmpl.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/roles/controller/templates/chainlet/chainlet-deploy.yml.tmpl.j2 b/ansible/roles/controller/templates/chainlet/chainlet-deploy.yml.tmpl.j2 index a85fbf5..8ffc29e 100644 --- a/ansible/roles/controller/templates/chainlet/chainlet-deploy.yml.tmpl.j2 +++ b/ansible/roles/controller/templates/chainlet/chainlet-deploy.yml.tmpl.j2 @@ -76,6 +76,8 @@ spec: value: "info" - name: KEYNAME value: "chainlet-operator-key" + - name: NODE_KEY + value: "{{ .NodeKey }}" - name: EXTERNAL_ADDRESS value: "{{ .ChainletExternalAddress }}" - name: MAINTAINERS