Skip to content

Commit

Permalink
Update content/en/docs/FAQ/installation.md
Browse files Browse the repository at this point in the history
Co-authored-by: John Mazzitelli <mazz@redhat.com>
  • Loading branch information
rumstead and jmazzitelli authored Mar 14, 2024
1 parent 0c78715 commit 9fd59eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/FAQ/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ You first must already have a [CSI driver and provider installed](https://secret
in your cluster and a valid [SecretProviderClass](https://secrets-store-csi-driver.sigs.k8s.io/concepts.html?#secretproviderclass) deployed in the namespace where Kiali is installed.

To mount a secret exposed by the CSI Driver, you can use the [custom_secret](https://kiali.io/docs/configuration/kialis.kiali.io/#.spec.deployment.custom_secrets) configuration
to supply the [CSI volume source](https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/volume/#Volume) on the pod. The custom_secrets docs have an example.
to supply the [CSI volume source](https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/volume/#Volume) on the pod. The [Kiali CR reference docs](https://kiali.io/docs/configuration/kialis.kiali.io/#example-cr) have an example.
The Kiali Operator or server helm chart will automatically expose the secret as a volume mount into the container at the specified mount location.

Although Kiali retrieves the secret over the Kubernetes API, [mounting the secret](https://secrets-store-csi-driver.sigs.k8s.io/topics/sync-as-kubernetes-secret) is required for the CSI Driver to create the backing Kubernetes secret.
Expand Down

0 comments on commit 9fd59eb

Please sign in to comment.