From 0b058c955e8960447846dd2b582f4751dd0ba903 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 1 Dec 2025 20:35:10 +0100 Subject: [PATCH] build --- portainer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/portainer.py b/portainer.py index 14b9482..41c6c68 100755 --- a/portainer.py +++ b/portainer.py @@ -108,7 +108,8 @@ if __name__ == "__main__": if args.secrets: secrets = { "gitea_runner_registration_token": "8nmKqJhkvYwltmNfF2o9vs0tzo70ufHSQpVg6ymb", - "influxdb2-admin-token": "l4c1j4yd33Du5lo" + "influxdb2-admin-token": "l4c1j4yd33Du5lo", + "ha_influxdb2_admin_token": "l4c1j4yd33Du5lo", } for key, value in secrets.items(): res = por.create_secret(key, value, args.endpoint_id, args.timeout)