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
The W&B Operator currently has support to set the env var SSL_CERT_DIR based on a list of CA Certs directly configured in the values.yaml.
We require additional support to pull custom certificates from a config map and set the same SSL_CERT_DIR env var with them.
We have such support for another chart so I recommend using the same pattern.
Objective:
Extend the functionality of the W&B Operator Helm chart to support setting the SSL_CERT_DIR environment variable using custom certificates from a Kubernetes ConfigMap. This is in addition to the existing functionality of setting SSL_CERT_DIR based on CA Certs configured directly in the values.yaml file.
Current State:
The W&B Operator supports setting the SSL_CERT_DIR environment variable through CA Certs listed directly in the values.yaml file.
The W&B Operator currently has support to set the env var SSL_CERT_DIR based on a list of CA Certs directly configured in the values.yaml.
We require additional support to pull custom certificates from a config map and set the same
SSL_CERT_DIR
env var with them.We have such support for another chart so I recommend using the same pattern.
Objective:
Extend the functionality of the W&B Operator Helm chart to support setting the
SSL_CERT_DIR
environment variable using custom certificates from a Kubernetes ConfigMap. This is in addition to the existing functionality of settingSSL_CERT_DIR
based on CA Certs configured directly in thevalues.yaml
file.Current State:
SSL_CERT_DIR
environment variable through CA Certs listed directly in the values.yaml file.operator-wandb
) already supports pulling custom certificates from a ConfigMap.Requirements:
SSL_CERT_DIR
Environment Variable:SSL_CERT_DIR
env var is correctly configured to include the custom certificates from the ConfigMap.SSL_CERT_DIR
environment variable.Deliverables:
values.yaml
with example configurations for the custom ConfigMap feature.README.md
(or equivalent) explaining how to configure and use the new functionality.References:
The text was updated successfully, but these errors were encountered: