Skip to content

Commit

Permalink
docs: use environment variable for argo cd user (argoproj#12024)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rumstead authored and schakrad committed Mar 14, 2023
1 parent 0b4ad74 commit 608b76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator-manual/custom_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ RUN apt-get update && \
chmod +x /usr/local/bin/sops

# Switch back to non-root user
USER 999
USER $ARGOCD_USER_ID
```

0 comments on commit 608b76a

Please sign in to comment.