mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 20:14:57 +08:00
Update lib/livebook_web/live/hub/teams/deployment_group_agent_component.ex
Co-authored-by: José Valim <jose.valim@dashbit.co>
This commit is contained in:
parent
d76a1b0c23
commit
5336655b1b
1 changed files with 2 additions and 2 deletions
|
@ -346,8 +346,8 @@ defmodule LivebookWeb.Hub.Teams.DeploymentGroupAgentComponent do
|
|||
namespace: livebook-namespace
|
||||
type: Opaque
|
||||
data:
|
||||
# LIVEBOOK_PASSWORD: <base64_encoded_password>
|
||||
# Notice the values below are Base64 encoded<%= for {k, v} <- secrets do %>
|
||||
# Notice the values below are Base64 encoded
|
||||
# LIVEBOOK_PASSWORD: <base64_encoded_password><%= for {k, v} <- secrets do %>
|
||||
<%= k %>: <%= Base.encode64(v) %><% end %>
|
||||
""",
|
||||
[:image, :envs, :secrets, :replicas]
|
||||
|
|
Loading…
Add table
Reference in a new issue