From b5425b1146b68e37a644a1dab4202472a470994b Mon Sep 17 00:00:00 2001 From: NishaSharma14 Date: Fri, 10 Nov 2023 14:01:04 +0100 Subject: [PATCH] fix:[nmrxiv-app]-delete commented lines --- charts/nmrxiv-app/Chart.yaml | 2 +- charts/nmrxiv-app/templates/configmap.yaml | 7 ------- charts/nmrxiv-app/templates/secret.yml | 7 ------- 3 files changed, 1 insertion(+), 15 deletions(-) diff --git a/charts/nmrxiv-app/Chart.yaml b/charts/nmrxiv-app/Chart.yaml index f443081..3ad9b9f 100644 --- a/charts/nmrxiv-app/Chart.yaml +++ b/charts/nmrxiv-app/Chart.yaml @@ -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 diff --git a/charts/nmrxiv-app/templates/configmap.yaml b/charts/nmrxiv-app/templates/configmap.yaml index 74c3131..24188ed 100644 --- a/charts/nmrxiv-app/templates/configmap.yaml +++ b/charts/nmrxiv-app/templates/configmap.yaml @@ -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 }} diff --git a/charts/nmrxiv-app/templates/secret.yml b/charts/nmrxiv-app/templates/secret.yml index db3cd13..c76e32b 100644 --- a/charts/nmrxiv-app/templates/secret.yml +++ b/charts/nmrxiv-app/templates/secret.yml @@ -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 }}