sorry-cypress / charts

A Kubernetes Helm Chart for Sorry Cypress, an open-source on-premise, self-hosted alternative to cypress dashboard.
https://sorry-cypress.dev
MIT License
42 stars 79 forks source link

fix: match the mongodb hostname #156

Closed erikmartino closed 1 year ago

erikmartino commented 2 years ago

Motivation:

Rendering the template helm template sc sorry-cypress/sorry-cypress The mongo database name sc-mongodb-0 doesn't match the mongodb://sc-sorry-cypress-mongodb-0:27017 url

Modifications:

Use the .Release.Name instead of the full name in the mongodb.hostname template in _helpers.tpl

Results:

The mongodb hostname matches across the chart

Checklist: