Skip to content

Commit

Permalink
fix:[nmrxiv-app]-delete commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Nov 10, 2023
1 parent 8531afa commit b5425b1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 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.6.4
version: 0.6.5

# 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
7 changes: 0 additions & 7 deletions charts/nmrxiv-app/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ data:
LOG_CHANNEL: {{ .Values.logProperties.logChannel }}
LOG_LEVEL: {{ .Values.logProperties.logLevel }}

#DB Properties
# DB_USERNAME: {{ required "A valid Values.postgresql.auth.username entry required!" .Values.postgresql.auth.username }}
# DB_CONNECTION: {{ required "A valid .Values.postgresql.connection entry required!" .Values.postgresql.connection }}
# DB_HOST: {{ printf "%s-postgresql" .Release.Name | quote }}
# DB_PORT: {{ .Values.postgresql.port | default 5432 | quote }}
# DB_DATABASE: {{ required "A valid Values.postgresql.auth.database entry required!" .Values.postgresql.auth.database }}

#DB Properties
DB_USERNAME: {{ required "A valid .Values.rdkitcatridgepostgres.auth.user entry required!" .Values.rdkitcatridgepostgres.auth.user }}
DB_CONNECTION: {{ required "A valid .Values.rdkitcatridgepostgres.connection entry required!" .Values.rdkitcatridgepostgres.connection }}
Expand Down
7 changes: 0 additions & 7 deletions charts/nmrxiv-app/templates/secret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ data:
MAIL_PASSWORD: {{ .Values.mail.password |b64enc | quote }}
{{- end -}}

#DB Secrets
# {{- if .Values.postgresql.enabled }}
# DB_PASSWORD: {{ required "A valid .Values.postgresql.auth.password entry required!" .Values.postgresql.auth.password |b64enc | quote }}
# {{- else if .Values.mysql.enabled }}
# DB_PASSWORD: {{ required "A valid .Values.postgresql.auth.password entry required!" .Values.postgresql.auth.password |b64enc | quote }}
# {{- end -}}

#DB Secrets
{{- if .Values.rdkitcatridgepostgres.enabled }}
DB_PASSWORD: {{ required "A valid .Values.rdkitcatridgepostgres.auth.pgPassword entry required!" .Values.rdkitcatridgepostgres.auth.pgPassword |b64enc | quote }}
Expand Down

0 comments on commit b5425b1

Please sign in to comment.