Skip to content

Commit 46ebece

Browse files
committed
Add ignore secrets.yaml
1 parent b457ce4 commit 46ebece

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.env
2+
kubernetes/secrets.yaml

kubernetes/secrets-sample.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
apiVersion: v1
2+
kind: Secret
3+
metadata:
4+
name: secrets
5+
namespace: peer-prep
6+
type: Opaque
7+
stringData:
8+
# All fields to be filled in
9+
user_svc_db_uri:
10+
question_svc_db_uri:
11+
jwt_secret:
12+
user_svc_email_address:
13+
user_svc_email_password:

0 commit comments

Comments
 (0)