Skip to content

Commit

Permalink
wops, fix pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
mpwsh committed Feb 23, 2023
1 parent a32fce1 commit 868c3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hub-orgs/templates/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
ORY_BASE_URL: {{ .oryBaseUrl }}
PORT: {{ .port | quote }}
KAFKA_BROKERS: {{ required "must set kafka brokers" .kafkaBrokers | quote }}
KAFKA_USERNAME: {{ .entries.kafkaUsername | quote }}
KAFKA_USERNAME: {{ .kafkaUsername | quote }}
KAFKA_SSL: {{ required "must set kafka ssl" .kafkaSsl | quote }}
SVIX_BASE_URL: {{ required "must set svix base url" .svixBaseUrl | quote }}
{{- end }}

0 comments on commit 868c3ec

Please sign in to comment.