Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sashko9807/podkrepibg-api
Browse files Browse the repository at this point in the history
…into stripe-fixes-api
  • Loading branch information
sashko9807 committed Nov 26, 2024
2 parents 4c98762 + e43461a commit 20a4fe3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions manifests/overlays/development/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ bases:
patches:
- path: manual/keycloak-config.patch.yaml
- path: manual/deployment.patch.yaml
- path: manual/sendgrid-config.patch.yaml

images:
- name: ghcr.io/podkrepi-bg/api
Expand Down
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 20a4fe3

Please sign in to comment.