Skip to content

Commit

Permalink
fix comments per review
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Nov 6, 2023
1 parent e1c5304 commit 2ec0c45
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions charts/tezos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ should_generate_unsafe_deterministic_data: false
# Don't also set `bake_using_accounts`.
# - `bake_using_accounts`: List of account names that should be used for baking.
# Don't also set `bake_using_account`.
# - `authorized_keys`: Keys used to authenticate a baker to a signer.
# - `authorized_keys`: List of account names that should be used as keys to
# authenticate a baker to a signer.
# When a baker uses a remote signer that requires
# authentication, the relevant key from this list
# will be used to sign every signature request.
Expand Down Expand Up @@ -319,10 +320,10 @@ octezSigners: {}
# accounts:
# - baker0
# authorized_keys:
# # Keys used to authenticate the baker to the signer.
# # The baker must have the private key for one of the
# # listed accounts. The signer will only sign a request
# # from a baker authenticated by an allowed key.
# # Names of accounts used to authenticate the baker to the signer.
# # The baker must have the private key for one of the listed
# # accounts. The signer will only sign a request from a baker
# # authenticated by an allowed key.
# - authorized-key-0
# ```
#
Expand Down

0 comments on commit 2ec0c45

Please sign in to comment.