Skip to content

Commit 4dfc563

Browse files
committed
feat(sentry): add conditional organization creation permission
1 parent cbd1e66 commit 4dfc563

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

charts/sentry/templates/sentry/_helper-sentry.tpl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,11 @@ sentry.conf.py: |-
530530
+ ("organizations:integrations-vsts-limited-scopes",)
531531
{{- end }}
532532

533+
{{- if not .Values.sentry.singleOrganization }}
534+
+("organizations:create",)
535+
{{ end -}}
536+
533537
+ (
534-
"organizations:create",
535538
"relocation:enabled",
536539
)
537540

0 commit comments

Comments
 (0)