Skip to content

Commit

Permalink
update env template
Browse files Browse the repository at this point in the history
  • Loading branch information
mpwsh committed Feb 14, 2023
1 parent e4b8922 commit ffd0fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/hub-treasuries/templates/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ data:
RUST_LOG: {{ .logLevel }}
PORT: {{ .port | quote }}
SECRET_PATH: "/app/secret.key"
KAFKA_BROKERS: {{- default "redpanda-0:9093" .kafkaBrokers | quote }}
KAFKA_SSL: {{- default "false" .kafkaSsl | quote }}
KAFKA_BROKERS: {{ default "redpanda-0:9093" .kafkaBrokers | quote }}
KAFKA_SSL: {{ default "false" .kafkaSsl | quote }}
FIREBLOCKS_ENDPOINT: {{ required "must set fireblocks api endpoint" .fireblocksEndpoint | quote }}
SOLANA_ENDPOINT: {{ required "must set solana rpc api endpoint" .solanaEndpoint | quote }}
{{- end }}

0 comments on commit ffd0fe8

Please sign in to comment.