Skip to content

Commit

Permalink
Revert "feat: add AWS_PINPOINT_DEFAULT_POOL_ID variable to k8s and se…
Browse files Browse the repository at this point in the history
…t in sta…"

This reverts commit 2d9536e.
  • Loading branch information
sastels authored May 22, 2024
1 parent 2d9536e commit df0b036
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ spec:
value: '$(AWS_PINPOINT_SC_POOL_ID)'
- name: AWS_PINPOINT_SC_TEMPLATE_IDS
value: '$(AWS_PINPOINT_SC_TEMPLATE_IDS)'
- name: AWS_PINPOINT_DEFAULT_POOL_ID
value: '$(AWS_PINPOINT_DEFAULT_POOL_ID)'
lifecycle:
preStop:
exec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ spec:
value: '$(AWS_PINPOINT_SC_POOL_ID)'
- name: AWS_PINPOINT_SC_TEMPLATE_IDS
value: '$(AWS_PINPOINT_SC_TEMPLATE_IDS)'
- name: AWS_PINPOINT_DEFAULT_POOL_ID
value: '$(AWS_PINPOINT_DEFAULT_POOL_ID)'
lifecycle:
preStop:
exec:
Expand Down
2 changes: 0 additions & 2 deletions base/notify-celery-sms-send/celery-sms-send-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ spec:
value: '$(AWS_PINPOINT_SC_POOL_ID)'
- name: AWS_PINPOINT_SC_TEMPLATE_IDS
value: '$(AWS_PINPOINT_SC_TEMPLATE_IDS)'
- name: AWS_PINPOINT_DEFAULT_POOL_ID
value: '$(AWS_PINPOINT_DEFAULT_POOL_ID)'
lifecycle:
preStop:
exec:
Expand Down
1 change: 0 additions & 1 deletion env.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ DOCUMENT_DOWNLOAD_API_KEY=
AWS_PINPOINT_REGION=
AWS_PINPOINT_SC_POOL_ID=
AWS_PINPOINT_SC_TEMPLATE_IDS=
AWS_PINPOINT_DEFAULT_POOL_ID=
AWS_REGION=
AWS_ROUTE53_ZONE=
AWS_SES_REGION=
Expand Down
8 changes: 1 addition & 7 deletions env/dev/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -661,10 +661,4 @@ vars:
apiVersion: v1
kind: ConfigMap
name: application-config
- fieldref:
fieldPath: data.AWS_PINPOINT_DEFAULT_POOL_ID
name: AWS_PINPOINT_DEFAULT_POOL_ID
objref:
apiVersion: v1
kind: ConfigMap
name: application-config

Binary file modified env/production/.env.zip.enc.aws
Binary file not shown.
7 changes: 0 additions & 7 deletions env/production/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -650,10 +650,3 @@ vars:
apiVersion: v1
fieldref:
fieldpath: data.AWS_PINPOINT_SC_TEMPLATE_IDS
- name: AWS_PINPOINT_DEFAULT_POOL_ID
objref:
kind: ConfigMap
name: application-config
apiVersion: v1
fieldref:
fieldpath: data.AWS_PINPOINT_DEFAULT_POOL_ID
7 changes: 0 additions & 7 deletions env/sandbox/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -666,11 +666,4 @@ vars:
apiVersion: v1
kind: ConfigMap
name: application-config
- fieldref:
fieldPath: data.AWS_PINPOINT_DEFAULT_POOL_ID
name: AWS_PINPOINT_DEFAULT_POOL_ID
objref:
apiVersion: v1
kind: ConfigMap
name: application-config

Binary file modified env/staging/.env.zip.enc.aws
Binary file not shown.
7 changes: 0 additions & 7 deletions env/staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -668,10 +668,3 @@ vars:
apiVersion: v1
kind: ConfigMap
name: application-config
- fieldref:
fieldPath: data.AWS_PINPOINT_DEFAULT_POOL_ID
name: AWS_PINPOINT_DEFAULT_POOL_ID
objref:
apiVersion: v1
kind: ConfigMap
name: application-config

0 comments on commit df0b036

Please sign in to comment.