Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cedi authored Jun 4, 2024
1 parent 51e521a commit e6f19b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN cd /usr/local/bin && \
RUN chown -R argocd ${HOME}

# helm secrets plugin should be installed as user argocd or it won't be found
USER argocd
USER 1000

# Install helm plugin
RUN /usr/local/bin/helm.bin plugin install https://github.com/jkroepke/helm-secrets --version ${HELM_SECRETS_VERSION}
Expand Down

0 comments on commit e6f19b8

Please sign in to comment.