Skip to content

Commit

Permalink
Document customCaCert
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesper Svendsen committed Jan 11, 2023
1 parent c91de33 commit cd8dc57
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion charts/studio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ global:
# -- Studio: Secret key for encryption
secretKey: ""

# -- Studio: Custom CA certificate in PEM format
# customCaCert: "
# -----BEGIN CERTIFICATE-----
# ....
# -----END CERTIFICATE-----
# "
customCaCert: ""

blobvault:
# -- Blobvault S3 bucket name
bucket: "iterativeai"
Expand Down Expand Up @@ -373,4 +381,3 @@ serviceAccount:
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""

0 comments on commit cd8dc57

Please sign in to comment.