Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions helm/charts/aleph/templates/aleph-upgrade-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ spec:
secretKeyRef:
name: aleph-secrets
key: ALEPH_SECRET_KEY
- name: ALEPH_MAIL_PASSWORD
valueFrom:
secretKeyRef:
name: aleph-secrets
key: ALEPH_MAIL_PASSWORD
optional: true
- name: FTM_STORE_URI
valueFrom:
secretKeyRef:
Expand Down
6 changes: 6 additions & 0 deletions helm/charts/aleph/templates/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ spec:
secretKeyRef:
name: aleph-secrets
key: ALEPH_SECRET_KEY
- name: ALEPH_MAIL_PASSWORD
valueFrom:
secretKeyRef:
name: aleph-secrets
key: ALEPH_MAIL_PASSWORD
optional: true
- name: FTM_STORE_URI
valueFrom:
secretKeyRef:
Expand Down
6 changes: 6 additions & 0 deletions helm/charts/aleph/templates/exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ spec:
secretKeyRef:
name: aleph-secrets
key: ALEPH_SECRET_KEY
- name: ALEPH_MAIL_PASSWORD
valueFrom:
secretKeyRef:
name: aleph-secrets
key: ALEPH_MAIL_PASSWORD
optional: true
- name: SENTRY_DSN
valueFrom:
secretKeyRef:
Expand Down
6 changes: 6 additions & 0 deletions helm/charts/aleph/templates/worker-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ spec:
secretKeyRef:
name: aleph-secrets
key: ALEPH_SECRET_KEY
- name: ALEPH_MAIL_PASSWORD
valueFrom:
secretKeyRef:
name: aleph-secrets
key: ALEPH_MAIL_PASSWORD
optional: true
- name: FTM_STORE_URI
valueFrom:
secretKeyRef:
Expand Down
6 changes: 6 additions & 0 deletions helm/charts/aleph/templates/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ spec:
secretKeyRef:
name: aleph-secrets
key: ALEPH_SECRET_KEY
- name: ALEPH_MAIL_PASSWORD
valueFrom:
secretKeyRef:
name: aleph-secrets
key: ALEPH_MAIL_PASSWORD
optional: true
- name: FTM_STORE_URI
valueFrom:
secretKeyRef:
Expand Down
Loading