Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion mediator-charts/templates/env-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ data:
SERVER_LOCAL_PORT: "8080"
SERVER_PUBLIC_DOMAIN: "https://didcomm-mediator.eudi-adorsys.com"
MONGO_INITDB_ROOT_USERNAME: root
STORAGE_DIRPATH: /storage

kind: ConfigMap
metadata:
Expand Down
7 changes: 0 additions & 7 deletions mediator-charts/templates/mediator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ spec:
key: MONGO_DBN
name: {{ .Values.mediator.configmap.name }}


- name: STORAGE_DIRPATH
valueFrom:
configMapKeyRef:
key: STORAGE_DIRPATH
name: {{ .Values.mediator.configmap.name }}

- name: MONGO_INITDB_ROOT_PASSWORD
valueFrom:
secretKeyRef:
Expand Down
Loading