We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Helm chart values.yaml refers to a parameter: externalPostgresql.db_name
values.yaml
externalPostgresql.db_name
oncall/helm/oncall/values.yaml
Lines 249 to 252 in ccbe825
Whereas the macro using the parameter is referring to just db (as in no _name).
db
_name
oncall/helm/oncall/templates/_env.tpl
Lines 284 to 290 in 381520e
I suppose these need to be synced, likely in favour of the less descriptive db as it would not affect existing setups.
Unfortunately the typo was not made in the MariaDB which will cause an inconsistency:
Lines 216 to 222 in 381520e
The text was updated successfully, but these errors were encountered:
9e65f6b
Successfully merging a pull request may close this issue.
The Helm chart
values.yaml
refers to a parameter:externalPostgresql.db_name
oncall/helm/oncall/values.yaml
Lines 249 to 252 in ccbe825
Whereas the macro using the parameter is referring to just
db
(as in no_name
).oncall/helm/oncall/templates/_env.tpl
Lines 284 to 290 in 381520e
I suppose these need to be synced, likely in favour of the less descriptive
db
as it would not affect existing setups.Unfortunately the typo was not made in the MariaDB which will cause an inconsistency:
oncall/helm/oncall/templates/_env.tpl
Lines 216 to 222 in 381520e
The text was updated successfully, but these errors were encountered: