1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-24 17:04:43 +00:00

Added email secrets to worker in kubernetes and added bundle exec for tests

This commit is contained in:
2019-12-31 08:00:08 -05:00
parent e37281771d
commit 0d3cc08ad7
2 changed files with 18 additions and 3 deletions

View File

@@ -166,6 +166,21 @@ spec:
secretKeyRef:
name: wrestlingdev-secrets
key: railssecretkey
- name: WRESTLINGDEV_SECRET_KEY_BASE
valueFrom:
secretKeyRef:
name: wrestlingdev-secrets
key: railssecretkey
- name: WRESTLINGDEV_EMAIL_PWD
valueFrom:
secretKeyRef:
name: wrestlingdev-secrets
key: gmailpassword
- name: WRESTLINGDEV_EMAIL
valueFrom:
secretKeyRef:
name: wrestlingdev-secrets
key: gmailemail
command: ["bundle"]
args: ["exec", "bin/delayed_job", "-n", "1", "run"]
resources: