Skip to content

Commit

Permalink
Merge pull request #58 from holaplex/mpw/credits-chart-update
Browse files Browse the repository at this point in the history
add gift_amount env var
  • Loading branch information
mpwsh authored Apr 28, 2023
2 parents 7f6220e + b7ddc42 commit d3ef256
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hub-credits/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 1 addition & 0 deletions charts/hub-credits/templates/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ data:
{{- with .Values.environment }}
RUST_LOG: {{ .logLevel }}
PORT: {{ .port | quote }}
GIFT_AMOUNT: {{ .giftAmount | quote }}
KAFKA_BROKERS: {{ required "must set kafka brokers" .kafkaBrokers | quote }}
KAFKA_SSL: {{ default "false" .kafkaSsl | quote }}
KAFKA_USERNAME: {{ required "must set kafka username" .kafkaUsername | quote }}
Expand Down
1 change: 1 addition & 0 deletions charts/hub-credits/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ secrets:
environment:
logLevel: "info"
port: 80
giftAmount: "1000"
kafkaBrokers: "hub-eventbus-cluster-0.hub-eventbus-cluster.default.svc.cluster.local.:9093"
kafkaSsl: false
kafkaUsername: ""

0 comments on commit d3ef256

Please sign in to comment.