Skip to content

Commit

Permalink
remove old pusher APNS config
Browse files Browse the repository at this point in the history
It's moved to a template now.

BACK-2559
  • Loading branch information
ewollesen committed Feb 28, 2025
1 parent 8d4bfb8 commit ba8555d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
24 changes: 0 additions & 24 deletions charts/tidepool/charts/data/templates/1-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,30 +132,6 @@ spec:
name: data
key: AlertsRetryDelays
optional: true
- name: TIDEPOOL_DATA_SERVICE_PUSHER_APNS_SIGNING_KEY
valueFrom:
secretKeyRef:
name: data
key: PusherAPNSSigningKey
optional: true
- name: TIDEPOOL_DATA_SERVICE_PUSHER_APNS_KEY_ID
valueFrom:
configMapKeyRef:
name: data
key: PusherAPNSKeyID
optional: true
- name: TIDEPOOL_DATA_SERVICE_PUSHER_APNS_TEAM_ID
valueFrom:
configMapKeyRef:
name: data
key: PusherAPNSTeamID
optional: true
- name: TIDEPOOL_DATA_SERVICE_PUSHER_APNS_BUNDLE_ID
valueFrom:
configMapKeyRef:
name: data
key: PusherAPNSBundleID
optional: true
image: "{{ .Values.deployment.image }}"
securityContext:
{{- .Values.podSecurityContext | toYaml | nindent 10 }}
Expand Down
24 changes: 0 additions & 24 deletions charts/tidepool/charts/task/templates/1-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,30 +97,6 @@ spec:
name: dexcom
key: ClientURL
optional: true
- name: TIDEPOOL_TASK_SERVICE_PUSHER_APNS_SIGNING_KEY
valueFrom:
secretKeyRef:
name: task
key: PusherAPNSSigningKey
optional: true
- name: TIDEPOOL_TASK_SERVICE_PUSHER_APNS_KEY_ID
valueFrom:
configMapKeyRef:
name: task
key: PusherAPNSKeyID
optional: true
- name: TIDEPOOL_TASK_SERVICE_PUSHER_APNS_TEAM_ID
valueFrom:
configMapKeyRef:
name: task
key: PusherAPNSTeamID
optional: true
- name: TIDEPOOL_TASK_SERVICE_PUSHER_APNS_BUNDLE_ID
valueFrom:
configMapKeyRef:
name: task
key: PusherAPNSBundleID
optional: true
- name: TIDEPOOL_TASK_QUEUE_DELAY
value: {{ .Values.deployment.env.queue.delay | quote }}
- name: TIDEPOOL_TASK_QUEUE_WORKERS
Expand Down

0 comments on commit ba8555d

Please sign in to comment.