-
Notifications
You must be signed in to change notification settings - Fork 4
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
[data-dashboard-backend] Several fixes to chart #203
Conversation
Great PR! Please pay attention to the following items before merging: Files matching
This is an automatically generated QA checklist based on modified files. |
@@ -33,7 +33,6 @@ API for data in the data dashboard | |||
| replicaCount | int | `1` | Number of replicas to deploy | | |||
| image.repository | string | `"radarbase/radar-data-dashboard-backend"` | docker image repository | | |||
| image.pullPolicy | string | `"Always"` | image pull policy | | |||
| image.tag | string | `nil` | Overrides the image tag whose default is the chart appVersion. | |
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.
Do you know why this is being removed?
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.
Sorry, forgot to regenerate the docs. Entry is back now.
642102a
to
3a1bbd7
Compare
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
5376e12
to
782893a
Compare
782893a
to
e6338ef
Compare
Main changes: