Skip to content

Commit 4f003fc

Browse files
committed
Added a version note
Signed-off-by: Yi Cai <yicai@redhat.com>
1 parent 7e78c55 commit 4f003fc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/Integrate GitOps with Secrets Management.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The introduction of the Secrets Store CSI Driver, particularly in the OCP v4.14
55
In this documentation, we aim to guide GitOps users through the integration of the SSCSI Driver with the GitOps operator, enhancing the security and efficiency of your GitOps workflows. This integration represents a strategic advancement in our commitment to secure, compliant, and efficient operations within the GitOps framework.
66

77
## Steps to integrate GitOps with Secrets Store CSI driver
8-
8+
**NOTE:** The Secrets Store CSI driver Operator will only be available on OCP versions v4.14+.
99
1. [Install the Secrets Store CSI driver Operator(SSCSID)](https://docs.openshift.com/container-platform/4.14/nodes/pods/nodes-pods-secrets-store.html#persistent-storage-csi-secrets-store-driver-install_nodes-pods-secrets-store)
1010
2. Install the GitOps Operator
1111
3. Store secrets management related resources in the Git repository
@@ -234,8 +234,7 @@ oc adm policy add-scc-to-user privileged -z csi-secrets-store-provider-aws -n op
234234
- default
235235
```
236236
237-
**NOTE**
238-
237+
**NOTE**
239238
The <aws_region> of <aws_secret_arn> has to match the cluster region. If it doesn't match, you could create a replication of your secret in the region where your cluster is on. Run the below command to find your cluster region.
240239
```
241240
oc get infrastructure cluster -o jsonpath='{.status.platformStatus.aws.region}'

0 commit comments

Comments
 (0)