Skip to content

Commit 50b3111

Browse files
committed
update readme of external-secret example
Signed-off-by: Carlos Santana <csantana23@gmail.com>
1 parent 73b419d commit 50b3111

File tree

1 file changed

+1
-1
lines changed
  • argocd/iac/terraform/examples/eks/external-secrets

1 file changed

+1
-1
lines changed

argocd/iac/terraform/examples/eks/external-secrets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Access Terraform output to configure `kubectl` and `argocd`
2121
terraform output
2222
```
2323

24-
There is a file `github.yaml` located in the addons git repository `clusters/ex-external-secrets/secret/` this file creates the resources `ClusterSecretStore` and `ExternalSecret`. Update the git `url` this file when you change the git repository for the workloads specified in `bootstrap/workloads.yaml`
24+
There is a file `github.yaml` located in the addons git repository `clusters/ex-external-secrets/secret/` this file creates the resources `ClusterSecretStore` and `ExternalSecret`. Update git url in this file when you change the git repository for the workloads specified in `bootstrap/workloads.yaml`. Also update the region in this file if you are using a different region for AWS Secret Manager.
2525

2626
To verify that the ArgoCD secret with ssh key is created run the following command
2727
```shell

0 commit comments

Comments
 (0)