File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ type: application
1818# This is the chart version. This version number should be incremented each time you make changes
1919# to the chart and its templates, including the app version.
2020# Versions are expected to follow Semantic Versioning (https://semver.org/)
21- version : 0.2 .0
21+ version : 0.3 .0
2222
2323# This is the version number of the application being deployed. This version number should be
2424# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 77 ORY_BASE_URL : {{ .oryBaseUrl }}
88 PORT : {{ .port | quote }}
99 KAFKA_BROKERS : {{ required "must set kafka brokers" .kafkaBrokers | quote }}
10+ SVIX_BASE_URL : {{ required "must set svix base url" .svixBaseUrl | quote }}
1011 {{- end }}
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ metadata:
88 " helm.sh/hook " : pre-install
99type : Opaque
1010data :
11+ SVIX_AUTH_TOKEN : {{ .entries.svixAuthToken | b64enc }}
1112 DATABASE_URL : {{ .entries.databaseUrl | b64enc }}
1213 ORY_AUTH_TOKEN : {{ .entries.oryAuthToken | b64enc }}
1314{{- end }}
Original file line number Diff line number Diff line change @@ -77,8 +77,10 @@ secrets:
7777 entries :
7878 oryAuthToken : " "
7979 databaseUrl : " "
80+ svixAuthToken : " "
8081
8182environment :
8283 port : " 80"
8384 oryBaseUrl : " http://hydra-admin"
8485 kafkaBrokers :
86+ svixBaseUrl :
You can’t perform that action at this time.
0 commit comments