Skip to content

Commit 57ed1dc

Browse files
committed
remove old pusher APNS config
It's moved to a template now. BACK-2559
1 parent c5270fc commit 57ed1dc

File tree

2 files changed

+0
-48
lines changed

2 files changed

+0
-48
lines changed

charts/tidepool/charts/data/templates/1-deployment.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -132,30 +132,6 @@ spec:
132132
name: data
133133
key: AlertsRetryDelays
134134
optional: true
135-
- name: TIDEPOOL_DATA_SERVICE_PUSHER_APNS_SIGNING_KEY
136-
valueFrom:
137-
secretKeyRef:
138-
name: data
139-
key: PusherAPNSSigningKey
140-
optional: true
141-
- name: TIDEPOOL_DATA_SERVICE_PUSHER_APNS_KEY_ID
142-
valueFrom:
143-
configMapKeyRef:
144-
name: data
145-
key: PusherAPNSKeyID
146-
optional: true
147-
- name: TIDEPOOL_DATA_SERVICE_PUSHER_APNS_TEAM_ID
148-
valueFrom:
149-
configMapKeyRef:
150-
name: data
151-
key: PusherAPNSTeamID
152-
optional: true
153-
- name: TIDEPOOL_DATA_SERVICE_PUSHER_APNS_BUNDLE_ID
154-
valueFrom:
155-
configMapKeyRef:
156-
name: data
157-
key: PusherAPNSBundleID
158-
optional: true
159135
image: "{{ .Values.deployment.image }}"
160136
securityContext:
161137
{{- .Values.podSecurityContext | toYaml | nindent 10 }}

charts/tidepool/charts/task/templates/1-deployment.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -97,30 +97,6 @@ spec:
9797
name: dexcom
9898
key: ClientURL
9999
optional: true
100-
- name: TIDEPOOL_TASK_SERVICE_PUSHER_APNS_SIGNING_KEY
101-
valueFrom:
102-
secretKeyRef:
103-
name: task
104-
key: PusherAPNSSigningKey
105-
optional: true
106-
- name: TIDEPOOL_TASK_SERVICE_PUSHER_APNS_KEY_ID
107-
valueFrom:
108-
configMapKeyRef:
109-
name: task
110-
key: PusherAPNSKeyID
111-
optional: true
112-
- name: TIDEPOOL_TASK_SERVICE_PUSHER_APNS_TEAM_ID
113-
valueFrom:
114-
configMapKeyRef:
115-
name: task
116-
key: PusherAPNSTeamID
117-
optional: true
118-
- name: TIDEPOOL_TASK_SERVICE_PUSHER_APNS_BUNDLE_ID
119-
valueFrom:
120-
configMapKeyRef:
121-
name: task
122-
key: PusherAPNSBundleID
123-
optional: true
124100
- name: TIDEPOOL_TASK_QUEUE_DELAY
125101
value: {{ .Values.deployment.env.queue.delay | quote }}
126102
- name: TIDEPOOL_TASK_QUEUE_WORKERS

0 commit comments

Comments
 (0)