Skip to content

Commit

Permalink
fix: kubernetes deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Apr 26, 2024
1 parent 8676821 commit 75e2ba4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy_zkevm_contracts.star
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ def run(plan, args):
]
),
},
# These two lines are only necessary to deploy to any Kubernetes environment (e.g. GKE).
entrypoint=["bash", "-c"],
cmd=["sleep infinity"],
user=User(uid=0, gid=0), # Run the container as root user.
),
)
Expand Down

0 comments on commit 75e2ba4

Please sign in to comment.