Skip to content

Commit

Permalink
Fixes #20
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Aug 15, 2022
1 parent 4770abd commit 91af24e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/nmrxiv-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.9
version: 0.4.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
Expand Down
8 changes: 7 additions & 1 deletion charts/nmrxiv-app/templates/secret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,10 @@ data:
GITHUB_CLIENT_SECRET: {{ .Values.oauthProperties.githubClientSecret |b64enc | quote }}
ORCID_CLIENT_ID: {{ .Values.oauthProperties.orcidClientID |b64enc | quote }}
ORCID_CLIENT_SECRET: {{ .Values.oauthProperties.orcidClientSecret |b64enc | quote }}
{{- end -}}
{{- end -}}

#LaraBug Secrets
{{- if .Values.larabug.enabled }}
LB_KEY: {{ .Values.larabug.lbKey }}
LB_PROJECT_KEY: {{ .Values.larabug.lbProjectKey }}
{{- end -}}
5 changes: 5 additions & 0 deletions charts/nmrxiv-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,11 @@ worker:
cpu: 100m
memory: 150Mi

larabug:
enabled: false
lbKey:
lbProjectKey:

nodeSelector: {}

tolerations: []
Expand Down

0 comments on commit 91af24e

Please sign in to comment.