Skip to content

Commit

Permalink
update env template and hub-orgs chart
Browse files Browse the repository at this point in the history
  • Loading branch information
mpwsh committed Feb 10, 2023
1 parent d62e027 commit f6b6ae7
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
3 changes: 2 additions & 1 deletion charts/hub-orgs/templates/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ data:
ORY_BASE_URL: {{ .oryBaseUrl }}
PORT: {{ .port | quote }}
KAFKA_BROKERS: {{ required "must set kafka brokers" .kafkaBrokers | quote }}
KAFKA_SSL: {{ required "must set kafka ssl" .kafkaSsl | quote }}
SVIX_BASE_URL: {{ required "must set svix base url" .svixBaseUrl | quote }}
{{- end }}
{{- end }}
1 change: 1 addition & 0 deletions charts/hub-orgs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,5 @@ environment:
port: "80"
oryBaseUrl: "http://hydra-admin"
kafkaBrokers:
kafkaSsl: false
svixBaseUrl:
23 changes: 23 additions & 0 deletions charts/hub-treasuries/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
2 changes: 1 addition & 1 deletion charts/hub-treasuries/templates/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data:
PORT: {{ .port | quote }}
SECRET_PATH: "/app/secret.key"
KAFKA_BROKERS: {{ required "must set kafka brokers" .kafkaBrokers | quote }}
KAFKA_SSL: {{ required "must set kafka brokers" .kafkaSsl | quote }}
KAFKA_SSL: {{ required "must set kafka ssl" .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 f6b6ae7

Please sign in to comment.