Skip to content

Commit 3c5a5e6

Browse files
committed
willem-Latitude-5590: minikube youtube links
1 parent 1b4ed05 commit 3c5a5e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

catalog-service/doc/k8s/k8s-configMaps_&_secrets-introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ env:
8888
## Changing [`catalog-service/k8s/deployment.yml`](../../k8s/deployment.yml) to link environment vars to the secret entries
8989
- Here we need to once again override the default property values in
9090
[`catalog-service/src/main/resources/application.yml`](../../src/main/resources/application.yml)
91-
- spring.datasource.username override by introducing the environment variable
91+
- `spring.datasource.username` override by introducing the environment variable
9292
`spec.template.spec.containers[0].env[2].name` with value `SPRING_DATASOURCE_USER` to refer to the
9393
`polar-db-user` defined in `polar-postgres-secret`
94-
- spring.datasource.password override by introducing the environment variable
94+
- `spring.datasource.password` override by introducing the environment variable
9595
`spec.template.spec.containers[0].env[3].name` with value `SPRING_DATASOURCE_PASSWORD` to refer to the
9696
`polar-db-password` defined in `polar-postgres-secret`
9797
```yaml

0 commit comments

Comments
 (0)