mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2025-12-14 10:44:52 +01:00
build
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user