Skip to content

Commit 608b76a

Browse files
rumsteadschakrad
authored andcommitted
docs: use environment variable for argo cd user (argoproj#12024)
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com> Signed-off-by: schakrad <chakradari.sindhu@gmail.com>
1 parent 0b4ad74 commit 608b76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/operator-manual/custom_tools.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ RUN apt-get update && \
6969
chmod +x /usr/local/bin/sops
7070

7171
# Switch back to non-root user
72-
USER 999
72+
USER $ARGOCD_USER_ID
7373
```

0 commit comments

Comments
 (0)