-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
[GitHub Action] Make sure CI tests cover all components #284
Conversation
5011b18
to
6158cce
Compare
Services no longer need to be defined in install-all.yaml.
20bbb98
to
d758f96
Compare
etc/timescaledb/values.yaml
Outdated
extraEnvVars: | ||
- name: POSTGRESQL_USERNAME | ||
value: postgres | ||
- name: POSTGRES_USER | ||
value: postgres | ||
- name: POSTGRES_MULTIPLE_DATABASES | ||
value: grafana,kratos,data-dashboard |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do the radar-grafana and kratos need a time series database?
d758f96
to
9b48375
Compare
@@ -0,0 +1,57 @@ | |||
atomicInstall: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think when #282 is merged we can delete most of the contents of this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #257