File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments