mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 12:04:20 +08:00
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:
parent
8c6089fccb
commit
8aa0e35df3
1 changed files with 1 additions and 0 deletions
|
@ -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 %>
|
||||
""",
|
||||
|
|
Loading…
Add table
Reference in a new issue