-
Notifications
You must be signed in to change notification settings - Fork 31
Add Chronicle agent builtin sidecar definitions to Connect and Workbench #671
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
base: main
Are you sure you want to change the base?
Conversation
…brary helpers - Add initContainers chronicle agent definition to Workbench. - Update initContainers to include chronicle agent definition. - Add support for env and volumeMounts in definition. - Bump rstudio-library versions to 0.1.32. - Update READMEs with info on Chronicle agent. - Update NEWS notes. - Add serverNamespace value.
serverAddress: "" | ||
# -- The namespace for the Chronicle server. If not set, the chart will attempt to look up the address of the Chronicle Server in the release namespace. | ||
serverNamespace: "" | ||
|
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.
There should be a way to provide a Workbench API key here as well. This API key is optional for agents running alongside Workbench, but we need to provide a mechanism for a user who wants to to provide one.
@@ -261,6 +261,33 @@ ingress: | |||
# hosts: | |||
# - chart-example.local | |||
|
|||
# -- Settings for the Chronicle Agent sidecar container | |||
chronicleAgent: |
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 would have expected environment
to be an option here. (This is related to the perhaps-poorly-named "environment" option for the agent: https://docs.posit.co/chronicle/appendix/library/advanced-agent.html#environment).
Maybe this is defined somewhere else?
@@ -63,6 +63,30 @@ strategy: | |||
maxSurge: "100%" | |||
maxUnavailable: 0 | |||
|
|||
# -- Settings for the Chronicle Agent sidecar container | |||
chronicleAgent: |
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.
As above, I would expect environment
to be here
Add not recommended input of value
initContainers
definition for Chronicle agent to Workbench and Connect charts.rstudio-library
to 0.1.32 in Workbench and Connect dependencies.