Inform users that env var values in K8s instructions are base64-encoded (#3038)

Co-authored-by: José Valim <jose.valim@dashbit.co>
This commit is contained in:
Hugo Baraúna 2025-08-04 19:06:42 -03:00 committed by GitHub
parent 8c6089fccb
commit 8aa0e35df3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -346,6 +346,7 @@ defmodule LivebookWeb.Hub.Teams.DeploymentGroupAgentComponent do
namespace: livebook-namespace
type: Opaque
data:
# Notice the values below are Base64 encoded
# LIVEBOOK_PASSWORD: <base64_encoded_password><%= for {k, v} <- secrets do %>
<%= k %>: <%= Base.encode64(v) %><% end %>
""",