Skip to content

Commit

Permalink
[quicknode-marketplace-integration] Adding jwt secret configuration p…
Browse files Browse the repository at this point in the history
…arameter
  • Loading branch information
nzenchik committed Aug 16, 2024
1 parent c786097 commit b3b71b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/quicknode-marketplace-integration/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.1
version: 0.1.2

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ data:
BASIC_AUTH_USERNAME: {{ .Values.config.basicAuth.username | b64enc | quote }}
BASIC_AUTH_PASSWORD: {{ .Values.config.basicAuth.password | b64enc | quote }}
QN_SSO_SECRET: {{ .Values.config.qnSsoSecret | b64enc | quote }}
JWT_SECRET: {{ .Values.config.jwtSecret | b64enc | quote }}
1 change: 1 addition & 0 deletions charts/quicknode-marketplace-integration/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ config:
username: username
password: password
qnSsoSecret: secret
jwtSecret: secret
databaseUrl: postgresql://user:password@postgres:5432/database
serviceAccount:
# Specifies whether a service account should be created
Expand Down

0 comments on commit b3b71b7

Please sign in to comment.