From 1e35278d8c0481576d653fc453473cd359261677 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Tue, 26 Feb 2019 13:33:34 +0100 Subject: [PATCH] Fix wrong secret references --- human-connection/deployment-backend.yaml | 2 +- human-connection/deployment-web.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/human-connection/deployment-backend.yaml b/human-connection/deployment-backend.yaml index 8f8c6bf51..61f533f52 100644 --- a/human-connection/deployment-backend.yaml +++ b/human-connection/deployment-backend.yaml @@ -51,7 +51,7 @@ - name: JWT_SECRET valueFrom: secretKeyRef: - name: secret + name: human-connection key: JWT_SECRET optional: false - name: NEO4J_URI diff --git a/human-connection/deployment-web.yaml b/human-connection/deployment-web.yaml index a3dafe766..64111a8ae 100644 --- a/human-connection/deployment-web.yaml +++ b/human-connection/deployment-web.yaml @@ -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