wandb / terraform-aws-wandb

A terraform module for deploying Weights & Biases on AWS.
Apache License 2.0
17 stars 19 forks source link

Feature Request Operator | Support to pull Redis credentials from secrets in the CR #285

Open vijay-wandb opened 1 week ago

vijay-wandb commented 1 week ago

Description

Add support to pull REDIS credentials from Secrets when deploying CRD from yaml file.

helm-charts/charts/operator-wandb/values.yaml at main · wandb/helm-charts

redis: host: "" port: 6379 password: "" parameters: {} caCert: ""

This can be the entire configuration or at least the password pulled from secrets

env:

velotioaastha commented 6 days ago

https://github.com/wandb/helm-charts/pull/223