-
Notifications
You must be signed in to change notification settings - Fork 10
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
Minor updates on realtime dashboards #230
Conversation
Hi, @K1Hyve, I am getting this error in CI
Not sure how can I add me ssh keys there. |
Here is how to do it: More information: |
etc/base.yaml.gotmpl
Outdated
@@ -26,3 +26,9 @@ radar_grafana: | |||
#radar_appserver: | |||
# google_application_credentials: {{ readFile "../etc/radar-appserver/firebase-adminsdk.json" | quote }} | |||
#*/}} | |||
|
|||
|
|||
ksql_server: |
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.
Maybe comment this out similar to the appserver one above (with explanation) since ksql-server is disabled by default.
etc/base.yaml.gotmpl
Outdated
# ksql: | ||
# queries: | | ||
# {{- readFile "cp-ksql-server/queries.sql" | nindent 8 }} |
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.
You also need to comment within the braces as well (same as others above)
{{/*
....
*/}}
Otherwise, it causes issues with go templating.
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.
oh alright, will do that.
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, thanks.
@blootsvoets @K1Hyve, do you think any changes are needed or should I go ahead and merge it? |
From the repository perspective looks good to me. I can't say from application view point. |
@Hsankesara lets merge. We are going to be the first users of this anyways, so can fix it if we find any issues in testing. |
Description of the change
Chart version updates and minor changes in the real-time dashboards.
Benefits
N/A
Possible drawbacks
N/A
Applicable issues
N/A
Additional information