Skip to content

Commit 1ef4add

Browse files
committed
remove chown
1 parent 680797a commit 1ef4add

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

build/mongot-entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ fi
1313
# but K8s doesn't allow us to set ownership for the mounted secret
1414
if [[ -f /etc/users-secret/MONGODB_SEARCH_PASSWORD ]]; then
1515
cp /etc/users-secret/MONGODB_SEARCH_PASSWORD /tmp/MONGODB_SEARCH_PASSWORD
16-
chown 1001:1001 /tmp/MONGODB_SEARCH_PASSWORD
1716
chmod 400 /tmp/MONGODB_SEARCH_PASSWORD
1817
fi
1918

0 commit comments

Comments
 (0)