Skip to content

Commit 9e2db6f

Browse files
committed
feat: add all-users-enrollment-policy to notification service configuration
1 parent 70b0a8a commit 9e2db6f

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: notification.miloapis.com/v1alpha1
2+
kind: ContactGroupEnrollmentPolicy
3+
metadata:
4+
name: all-users-enrollment-policy
5+
spec:
6+
contactGroupRef:
7+
name: allusers-contact-group-4lqxdp
8+
namespace: default
9+
trigger:
10+
type: ContactCreated
11+
contactSelector:
12+
subjectKind: User

config/services/notification.miloapis.com/enrollment-policies/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ sortOptions:
66

77
resources:
88
- email-newsletter-enrollment-policy.yaml
9+
- all-users-enrollment-policy.yaml

0 commit comments

Comments
 (0)