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:
Hugo Baraúna 2025-08-04 19:05:00 -03:00 committed by GitHub
parent d76a1b0c23
commit 5336655b1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]