Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
velotioaastha committed Nov 5, 2024
1 parent 214ec8d commit 659da64
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions charts/operator-wandb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 659da64

Please sign in to comment.