Skip to content

Commit

Permalink
Update charts/rucio-webui/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Riccardo Di Maio <35903974+rdimaio@users.noreply.github.com>
  • Loading branch information
maany and rdimaio authored Jul 18, 2024
1 parent f2c672c commit 45adc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/rucio-webui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ The hostPathMounts is just one way to provide the CA files when you have the CA

If you wish to use a single CA file for x509 authentication, you can provide the CA file as a secret in the same namespace as the WebUI pod, you must mount the file at the path specified by the `RUCIO_CA_FILE` environment variable.

You must also set the `RUCIO_CA_FILE` environment variable using the `addtionalEnvs` section to point to the directory where the CA file is mounted. For example, to mount the CA file at `/etc/grid-security/certificates/ca.pem` and set the `RUCIO_CA_FILE` environment variable to `/etc/grid-security/certificates/ca.pem`, you would set the following in the `values.yaml` file:
You must also set the `RUCIO_CA_FILE` environment variable using the `additionalEnvs` section to point to the directory where the CA file is mounted. For example, to mount the CA file at `/etc/grid-security/certificates/ca.pem` and set the `RUCIO_CA_FILE` environment variable to `/etc/grid-security/certificates/ca.pem`, you would set the following in the `values.yaml` file:

```yaml
hostPathMounts:
Expand Down

0 comments on commit 45adc49

Please sign in to comment.