Skip to content

Commit

Permalink
Merge pull request #3 from holaplex/espi/hub-orgs-brokers
Browse files Browse the repository at this point in the history
Set Environment for Kafka Brokers on Hub Orgs
  • Loading branch information
kespinola authored Jan 27, 2023
2 parents f29ffe7 + 14aefb1 commit eb3c52c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hub-orgs/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.2.0

# 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-orgs/templates/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ data:
{{- with .Values.environment }}
ORY_BASE_URL: {{ .oryBaseUrl }}
PORT: {{ .port | quote }}
KAFKA_BROKERS: {{ required "must set kafka brokers" .kafkaBrokers | quote }}
{{- end }}
1 change: 1 addition & 0 deletions charts/hub-orgs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ secrets:
environment:
port: "80"
oryBaseUrl: "http://hydra-admin"
kafkaBrokers:

0 comments on commit eb3c52c

Please sign in to comment.