Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Jul 29, 2024
1 parent 7b83908 commit 3e936de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tezos-reward-distributor/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Secret
metadata:
name: {{ include "tezos-reward-distributor.fullname" . }}-secret
data:
slack_webhook: {{ .Values.slack_webhook | b64enc | quote }}
slack_webhook: {{ .Values.slack_webhook | b64enc }}
3 changes: 2 additions & 1 deletion charts/tezos-reward-distributor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ extra_trd_args: "--do_not_publish_stats"
# For details, please consult TRD documentation:
# https://tezos-reward-distributor-organization.github.io/tezos-reward-distributor/
trd_config:
version: 1.0
# version: 1.0
# baking_address: tz1WrZpjVRpsmjv8VL3781RhyLi5JyHsGXK2
# payment_address: tz1WrZpjVRpsmjv8VL3781RhyLi5JyHsGXK2
Expand Down Expand Up @@ -108,7 +109,7 @@ trd_config:
# We paid out %TREWARDS% tez in rewards to %NDELEGATORS% delegators.

# slack webhook to be alerted when TRD fails
# slack_webhook: "https://hooks.slack.com/services/XXXXXXXXX/XXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXXXX"
slack_webhook: "https://hooks.slack.com/services/XXXXXXXXX/XXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXXXX"

# baker alias to push to slack webhook
# baker_alias: "mybaker"

0 comments on commit 3e936de

Please sign in to comment.