Skip to content

Commit

Permalink
fix: correctly format arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
mishok13 committed Sep 2, 2024
1 parent 7522497 commit 7f3d958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/sentry/templates/hooks/user-create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
# Create user but do not exit 1 when user already exists (exit code 3 from createuser command)
# https://docs.sentry.io/server/cli/createuser/
args:
- >
- |
set -e
emails = ({{ join " " .Values.user.emails }})
for email in "${emails[@]}"; do
Expand Down

0 comments on commit 7f3d958

Please sign in to comment.