Skip to content

Commit ef34516

Browse files
authored
Merge pull request #3956 from alephdata/migrate-aleph-notification-to-k8s
migrate aleph notification to k8s with kuvert
2 parents a592536 + b25f00c commit ef34516

File tree

5 files changed

+30
-0
lines changed

5 files changed

+30
-0
lines changed

helm/charts/aleph/templates/aleph-upgrade-job.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ spec:
7272
secretKeyRef:
7373
name: aleph-secrets
7474
key: ALEPH_SECRET_KEY
75+
- name: ALEPH_MAIL_PASSWORD
76+
valueFrom:
77+
secretKeyRef:
78+
name: aleph-secrets
79+
key: ALEPH_MAIL_PASSWORD
80+
optional: true
7581
- name: FTM_STORE_URI
7682
valueFrom:
7783
secretKeyRef:

helm/charts/aleph/templates/api.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ spec:
8484
secretKeyRef:
8585
name: aleph-secrets
8686
key: ALEPH_SECRET_KEY
87+
- name: ALEPH_MAIL_PASSWORD
88+
valueFrom:
89+
secretKeyRef:
90+
name: aleph-secrets
91+
key: ALEPH_MAIL_PASSWORD
92+
optional: true
8793
- name: FTM_STORE_URI
8894
valueFrom:
8995
secretKeyRef:

helm/charts/aleph/templates/exporter.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ spec:
5858
secretKeyRef:
5959
name: aleph-secrets
6060
key: ALEPH_SECRET_KEY
61+
- name: ALEPH_MAIL_PASSWORD
62+
valueFrom:
63+
secretKeyRef:
64+
name: aleph-secrets
65+
key: ALEPH_MAIL_PASSWORD
66+
optional: true
6167
- name: SENTRY_DSN
6268
valueFrom:
6369
secretKeyRef:

helm/charts/aleph/templates/worker-index.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ spec:
6666
secretKeyRef:
6767
name: aleph-secrets
6868
key: ALEPH_SECRET_KEY
69+
- name: ALEPH_MAIL_PASSWORD
70+
valueFrom:
71+
secretKeyRef:
72+
name: aleph-secrets
73+
key: ALEPH_MAIL_PASSWORD
74+
optional: true
6975
- name: FTM_STORE_URI
7076
valueFrom:
7177
secretKeyRef:

helm/charts/aleph/templates/worker.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ spec:
6666
secretKeyRef:
6767
name: aleph-secrets
6868
key: ALEPH_SECRET_KEY
69+
- name: ALEPH_MAIL_PASSWORD
70+
valueFrom:
71+
secretKeyRef:
72+
name: aleph-secrets
73+
key: ALEPH_MAIL_PASSWORD
74+
optional: true
6975
- name: FTM_STORE_URI
7076
valueFrom:
7177
secretKeyRef:

0 commit comments

Comments
 (0)