Skip to content

Commit db2e628

Browse files
committed
feat: include email templates in kustomization configuration
Added the email-templates resource to the kustomization.yaml file to ensure the email invitation templates are included in the deployment configuration.
1 parent 8a3774b commit db2e628

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/default/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ resources:
1919
- ../rbac
2020
- ../manager
2121
- ../policies
22+
- ../email-templates
2223
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in
2324
# crd/kustomization.yaml
2425
#- ../webhook

0 commit comments

Comments
 (0)