We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680797a commit 1ef4addCopy full SHA for 1ef4add
1 file changed
build/mongot-entrypoint.sh
@@ -13,7 +13,6 @@ fi
13
# but K8s doesn't allow us to set ownership for the mounted secret
14
if [[ -f /etc/users-secret/MONGODB_SEARCH_PASSWORD ]]; then
15
cp /etc/users-secret/MONGODB_SEARCH_PASSWORD /tmp/MONGODB_SEARCH_PASSWORD
16
- chown 1001:1001 /tmp/MONGODB_SEARCH_PASSWORD
17
chmod 400 /tmp/MONGODB_SEARCH_PASSWORD
18
fi
19
0 commit comments