From 659da6457c740b3778815afd9428d96d73a4a199 Mon Sep 17 00:00:00 2001 From: velotioaastha Date: Tue, 5 Nov 2024 15:38:04 +0530 Subject: [PATCH] resolve comments --- charts/operator-wandb/values.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/charts/operator-wandb/values.yaml b/charts/operator-wandb/values.yaml index 64bb621a..62bb569e 100644 --- a/charts/operator-wandb/values.yaml +++ b/charts/operator-wandb/values.yaml @@ -129,8 +129,17 @@ global: # If the topic already exists then changing the number of partitions is not possible. runUpdatesShadowNumPartitions: 12 - customCACerts: [] - configMapName: "" +# To provide custom CA certificates, you can use either: +# 1. `customCACerts`: a list of certificates provided directly within this Helm chart. +# 2. `configMapName`: the name of a ConfigMap containing CA certificates. +# +# Important: +# - If using a ConfigMap, each key in the ConfigMap must end with `.crt` (e.g., `my-cert.crt`). +# - This naming convention is required for `update-ca-certificates` to parse and add each +# certificate to the system CA store on Ubuntu-based systems. + + customCACerts: [] # List of custom CA certificates in PEM format. + configMapName: "" # Name of ConfigMap containing .crt files for custom CA certificates. weave-trace: enabled: false