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