mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2025-12-14 18:44:53 +01:00
build
This commit is contained in:
@@ -111,7 +111,8 @@ if __name__ == "__main__":
|
||||
"influxdb2-admin-token": "l4c1j4yd33Du5lo"
|
||||
}
|
||||
for key, value in secrets.items():
|
||||
por.create_secret(key, value, args.endpoint_id, args.timeout)
|
||||
res = por.create_secret(key, value, args.endpoint_id, args.timeout)
|
||||
print(res)
|
||||
sys.exit()
|
||||
|
||||
if args.delete_stack:
|
||||
|
||||
Reference in New Issue
Block a user