Skip to content

Commit

Permalink
adds db ssl args to maestro service (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
markturansky authored Apr 1, 2024
1 parent ca9b02d commit fe88acd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/service-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@ objects:
- --db-user-file=/secrets/rds/db.user
- --db-password-file=/secrets/rds/db.password
- --db-name-file=/secrets/rds/db.name
- --db-rootcert=/secrets/rds/db.ca_cert
- --db-sslmode=${DB_SSLMODE}
- --mqtt-config-file=/secrets/mqtt/config.yaml
- --enable-ocm-mock=${ENABLE_OCM_MOCK}
- --ocm-client-id-file=/secrets/service/ocm-service.clientId
Expand Down

0 comments on commit fe88acd

Please sign in to comment.