Skip to content

Commit bc6bf6b

Browse files
committed
update README
Signed-off-by: Ashima-Ashima1 <[email protected]>
1 parent 2a4aced commit bc6bf6b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ make deploy IMG=<image-registry>/ibm-object-csi-driver-operator:<image-tag>
2929
kubectl apply -k config/samples/
3030
```
3131

32+
**Note**: By default, in the IBM Object CSI Driver, the secret name is not tied to the PVC name. This allows you to use a single secret across multiple PVCs. For this, you’ll need to add two specific annotations in the PVC YAML. These annotations help the driver map the PVC to the correct secret.
33+
```
34+
annotations:
35+
cos.csi.driver/secret: "custom-secret"
36+
cos.csi.driver/secret-namespace: "default"
37+
```
3238

3339
### Uninstall CRDs
3440
To delete the CRDs from the cluster:

bin/controller-gen

22.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)