Guide to managing secrets in Raven Helm charts
ingestion-service
ingestion-service
microservice requires the following parameters/values:
clickhouse
password directly in the Helm values file and pass an empty extraSecrets
array:
password
field empty and provide an extraSecrets
element that references a pre-created Kubernetes secret:
clickhouse-secret
is a Kubernetes secret loaded using your chosen secrets manager/operator.
VaultSecret
resource in Kubernetes:
ExternalSecret
resource: