Merge pull request #9 from Human-Connection/fix-secret-references

Fix wrong secret references
This commit is contained in:
Robert Schäfer 2019-02-26 13:54:58 +01:00 committed by GitHub
commit 32afabb1b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
- name: JWT_SECRET
valueFrom:
secretKeyRef:
name: secret
name: human-connection
key: JWT_SECRET
optional: false
- name: NEO4J_URI

View File

@ -36,7 +36,7 @@ spec:
- name: JWT_SECRET
valueFrom:
secretKeyRef:
name: secret
name: human-connection
key: JWT_SECRET
optional: false
image: humanconnection/nitro-web:latest