Skip to content

Commit

Permalink
resolves validatedpatterns#21 rag-llm-gitops
Browse files Browse the repository at this point in the history
  • Loading branch information
day0hero committed Aug 8, 2024
1 parent 414a252 commit 73313cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/pattern-util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ else
MYNAME=$(id -n -u)
MYUID=$(id -u)
MYGID=$(id -g)
PODMAN_ARGS="--passwd-entry ${MYNAME}:x:${MYUID}:${MYGID}:/pattern-home:/bin/bash --user ${MYUID}:${MYGID} --userns keep-id:uid=${MYUID},gid=${MYGID}"
PODMAN_ARGS="--passwd-entry ${MYNAME}:x:${MYUID}:${MYGID}::/pattern-home:/bin/bash --user ${MYUID}:${MYGID} --userns keep-id:uid=${MYUID},gid=${MYGID}"

fi

if [ -n "$KUBECONFIG" ]; then
Expand Down

0 comments on commit 73313cb

Please sign in to comment.