Skip to content

Commit

Permalink
fix(secrets): remove unused secret
Browse files Browse the repository at this point in the history
Administration and notification service still expected central-db-password as kubernetes secret.

Refs: #382
  • Loading branch information
typecastcloud committed Jul 23, 2024
1 parent bbe6adc commit 5a7de32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ spec:
value: "{{ .Values.backend.administration.basePath }}"
- name: "DATABASEACCESS__PORTAL__DATABASESCHEMA"
value: "{{ .Values.backend.dbConnection.schema }}"
- name: "KEYCLOAK_CENTRAL_PASSWORD"
valueFrom:
secretKeyRef:
name: "{{ .Values.backend.keycloak.secret }}"
key: "central-db-password"
- name: "APPLICATIONCHECKLIST__BPDM__BASEADDRESS"
value: "{{ .Values.bpdm.portalGateAddress }}{{ .Values.bpdm.portalGateApiPath }}"
- name: "APPLICATIONCHECKLIST__BPDM__CLIENTID"
Expand Down
5 changes: 0 additions & 5 deletions charts/portal/templates/deployment-backend-notification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ spec:
{{- end }}
- name: "DATABASEACCESS__PORTAL__DATABASESCHEMA"
value: "{{ .Values.backend.dbConnection.schema }}"
- name: "KEYCLOAK_CENTRAL_PASSWORD"
valueFrom:
secretKeyRef:
name: "{{ .Values.backend.keycloak.secret }}"
key: "central-db-password"
- name: "HEALTHCHECKS__0__PATH"
value: "{{ .Values.backend.healthChecks.startup.path}}"
{{- if .Values.backend.notification.healthChecks.startup.tags }}
Expand Down

0 comments on commit 5a7de32

Please sign in to comment.