Skip to content

Commit

Permalink
[5.0] [PR 871] Added custom ca chain to helm doc
Browse files Browse the repository at this point in the history
Backport of PR #871
  • Loading branch information
mmattel committed Jun 12, 2024
1 parent ee65882 commit 05666d6
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -807,18 +807,18 @@ kubectl apply -f builtin-user-mgmt-secrets.yaml

. To apply secrets via your own `values.yaml`, add the content at `extraResources`. Proper yaml formatting is necessary.

==== Custom CA chain
==== Custom CA Chain

If you're using a custom CA for some of your services like S3 or your mail server it can be necessary to add a custom CA chain to your deployment.
If you are using a custom CA for some of your services like S3 or your mail server, it can be necessary to add a custom CA chain to your deployment.

* When adding the custom CA chain, a secret with the CA chain must be present. Multiple chains can be part of this secret.
+
--
[source,bash]
----
kubectl create secret generic ocis-custom-ca-chain --from-file=/PATH/TO/FILE
----

+
[source,yaml]
----
customCAChain:
Expand All @@ -827,6 +827,7 @@ customCAChain:
# Name of existing secret
existingSecret: "ocis-custom-ca-chain"
----
--

==== External User Management Secrets

Expand Down

0 comments on commit 05666d6

Please sign in to comment.