Skip to content

Commit

Permalink
update sendgrid config for dev
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev committed Nov 25, 2024
1 parent e494382 commit 452e045
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/overlays/development/manual/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ bases:
patches:
- path: keycloak-config.patch.yaml
- path: deployment.patch.yaml
- path: sendgrid-config.patch.yaml

images:
- name: ghcr.io/podkrepi-bg/api/migrations
Expand All @@ -24,4 +25,4 @@ images:
# - name: sendgrid-secret
# envs: [sendgrid-secret.env]
# - name: paypal-secret
# envs: [paypal.env]
# envs: [paypal.env]
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: sendgrid-config
data:
marketing-list-id: 96f5eb7b-15fc-4fa5-9e6f-48ddac3767e5

0 comments on commit 452e045

Please sign in to comment.