diff --git a/charts/sentry/templates/hooks/user-create.yaml b/charts/sentry/templates/hooks/user-create.yaml index ada0fb704..d914da266 100644 --- a/charts/sentry/templates/hooks/user-create.yaml +++ b/charts/sentry/templates/hooks/user-create.yaml @@ -77,7 +77,7 @@ spec: args: - | set -e - emails = ({{ join " " .Values.user.emails }}) + emails=({{ join " " .Values.user.emails }}) for email in "${emails[@]}"; do sentry createuser --no-input --superuser --email "$email" --no-password --force-update; done