From 803fb8bc89a796f50877e72fec26910793d3dd13 Mon Sep 17 00:00:00 2001 From: slaventius Date: Fri, 17 Feb 2023 13:23:13 +0300 Subject: [PATCH] * --- deploy/auth-postman-deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/auth-postman-deployment.yaml b/deploy/auth-postman-deployment.yaml index 4b9764f..bc00a75 100644 --- a/deploy/auth-postman-deployment.yaml +++ b/deploy/auth-postman-deployment.yaml @@ -19,5 +19,7 @@ spec: image: slaventius/test3k_auth_postman:latest imagePullPolicy: Always envFrom: + - secretRef: + name: auth-postman-secret - configMapRef: name: auth-postman-config