Skip to content

Commit

Permalink
fix storage
Browse files Browse the repository at this point in the history
  • Loading branch information
jkralik committed Jun 14, 2024
1 parent b9293fa commit d5c3e84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/plgd-hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ mongodb:
mountPath: "/certs"
- name: mongodb-cm-crt
mountPath: "/certs-original"
- name: mongodb-extra-ca-pool
mountPath: "/certs/extra/storage"
extraVolumes:
- name: mongodb-crt
emptyDir: {}
Expand Down Expand Up @@ -261,6 +263,8 @@ mongodb:
#!/bin/bash
cp /usr/local/bin/mongodb-admin-tool /certs
echo '
#!/bin/bash
set -e
INIT=0
while [[ $# -gt 0 ]]; do
case $1 in
Expand Down

0 comments on commit d5c3e84

Please sign in to comment.