aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-11-26 20:47:13 +0200
committerGravatar GitHub <[email protected]>2020-11-26 20:47:13 +0200
commit3d7dd9b8752563fed8f48f2ce8f061d70ef24d9c (patch)
tree26c57af0d6b4fa7a6d4f7d2b578b741662c01bfc
parentRemove all unnecessary flake8 ignores (diff)
Add secretRef key to deployment.yaml
Co-authored-by: Joe Banks <[email protected]>
-rw-r--r--deployment.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/deployment.yaml b/deployment.yaml
index 26329cc..56134a2 100644
--- a/deployment.yaml
+++ b/deployment.yaml
@@ -18,3 +18,6 @@ spec:
imagePullPolicy: Always
ports:
- containerPort: 8000
+ envFrom:
+ - secretRef:
+ name: forms-backend-env