You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ data:
86
86
pool.size.max: 16
87
87
```
88
88
89
-
Individual properties work fine for most cases but sometimes we yaml is more convinient. In this case we will use a single property named `application.yaml` and embed our yaml inside it:
89
+
Individual properties work fine for most cases but sometimes yaml is more convinient. In this case we will use a single property named `application.yaml` and embed our yaml inside it:
90
90
91
91
```yaml
92
92
kind: ConfigMap
@@ -144,7 +144,7 @@ This can be externalized to Secrets in yaml format:
144
144
amq.password: MWYyZDFlMmU2N2Rm
145
145
```
146
146
147
-
- **PostreSQL**
147
+
- **PostgreSQL**
148
148
```yaml
149
149
apiVersion: v1
150
150
kind: Secret
@@ -154,8 +154,8 @@ This can be externalized to Secrets in yaml format:
154
154
db: postgres
155
155
type: Opaque
156
156
data:
157
-
amq.username: dXNlcgo=
158
-
amq.password: cGdhZG1pbgo=
157
+
pg.username: dXNlcgo=
158
+
pg.password: cGdhZG1pbgo=
159
159
```
160
160
161
161
You can select the Secrets to consume in a number of ways:
0 commit comments