File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 58
58
volumeMounts :
59
59
- mountPath : /app/static/raw_data
60
60
name : src-archive
61
+ envFrom :
62
+ - secretRef :
63
+ name : api-server-pws-7c66bb2cf7
64
+ - secretRef :
65
+ name : db-pass-762dk6hmhm
61
66
restartPolicy : Always
62
67
serviceAccountName : " "
63
68
imagePullSecrets :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ metadata:
28
28
data :
29
29
POSTGRES_DB : paws
30
30
POSTGRES_USER : postgres
31
- POSTGRES_PASSWORD : thispasswordisverysecure
31
+
32
32
---
33
33
34
34
apiVersion : apps/v1
61
61
- env :
62
62
- name : POSTGRES_DB
63
63
value : paws
64
- - name : POSTGRES_PASSWORD
65
- value : thispasswordisverysecure
66
-
64
+ envFrom :
65
+ - secretRef :
66
+ name : db-pass-762dk6hmhm
67
67
image : postgres:11-alpine # localhost:5000/postgres:11.3-alpine
68
68
imagePullPolicy : " "
69
69
name : paws-compose-db
You can’t perform that action at this time.
0 commit comments