-
Notifications
You must be signed in to change notification settings - Fork 12
Minor updates on realtime dashboards #230
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
Conversation
|
Hi, @K1Hyve, I am getting this error in CI
Not sure how can I add me ssh keys there. |
etc/base.yaml.gotmpl
Outdated
| #*/}} | ||
|
|
||
|
|
||
| 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_server: | ||
| # 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.
yatharthranjan
left a comment
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