You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its not clearly decided what should be configured and how, but we need a system to provide configuration for the software.
An example of something that needs to be configurable is the clustername (the AWS resource naming, so openscapeshub and not openscapes for example).
Definition of done
Establish a traitlets based system that allows chart config -> software config in a way that doesn't make the chart understand what software config can be used.
Z2JH does this via jupyterhub.hub.config for example.
Setup the software to work with traitlets based config, trial with cluster_name
Setup and verify passthrough chart config of cluster_name works
The text was updated successfully, but these errors were encountered:
consideRatio
changed the title
Cost Explorer API (8/n): allow aws-ce-grafana-backend software to be configurable in a "chart passthrough" manner
Cost Explorer API (8/n): allow aws-ce-grafana-backend software to be traitlets configurable in a "chart passthrough" manner
Sep 11, 2024
consideRatio
changed the title
Cost Explorer API (8/n): allow aws-ce-grafana-backend software to be traitlets configurable in a "chart passthrough" manner
Cost Explorer API (8/n): allow aws-ce-grafana-backend software to be traitlets configurable (in a "chart passthrough" manner)
Sep 11, 2024
I've ended up settling for introducing a chart configurable environment variable for the cluster name, and will not try to make anything else configurable.
Its not clearly decided what should be configured and how, but we need a system to provide configuration for the software.
An example of something that needs to be configurable is the clustername (the AWS resource naming, so
openscapeshub
and notopenscapes
for example).Definition of done
Z2JH does this via
jupyterhub.hub.config
for example.cluster_name
cluster_name
worksThe text was updated successfully, but these errors were encountered: