From 14aefb1405a5dd2dd9ce0d9278b0bbd19d30f8ad Mon Sep 17 00:00:00 2001 From: Kyle Espinola Date: Fri, 27 Jan 2023 11:07:54 +0100 Subject: [PATCH] feat: add environment for kafka brokers to hub-orgs --- charts/hub-orgs/Chart.yaml | 2 +- charts/hub-orgs/templates/environment.yaml | 1 + charts/hub-orgs/values.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/hub-orgs/Chart.yaml b/charts/hub-orgs/Chart.yaml index 5abc10a..ecbc4e9 100644 --- a/charts/hub-orgs/Chart.yaml +++ b/charts/hub-orgs/Chart.yaml @@ -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 diff --git a/charts/hub-orgs/templates/environment.yaml b/charts/hub-orgs/templates/environment.yaml index 0daf5e5..7e02ba3 100644 --- a/charts/hub-orgs/templates/environment.yaml +++ b/charts/hub-orgs/templates/environment.yaml @@ -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 }} \ No newline at end of file diff --git a/charts/hub-orgs/values.yaml b/charts/hub-orgs/values.yaml index 8f913d0..934db96 100644 --- a/charts/hub-orgs/values.yaml +++ b/charts/hub-orgs/values.yaml @@ -81,3 +81,4 @@ secrets: environment: port: "80" oryBaseUrl: "http://hydra-admin" + kafkaBrokers: