fix: Update External Secrets link in README and policies.tf #552
+2
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR addresses the issue of outdated links in the documentation for the iam-role-for-service-accounts-eks module. The current links point to the deprecated GitHub repository https://github.com/external-secrets/kubernetes-external-secrets, which was archived on July 26, 2022. The project has been superseded by the External Secrets Operator, which is now hosted at https://github.com/external-secrets/external-secrets.
Changes:
Updated the README.md file in modules/iam-role-for-service-accounts-eks to point to the new repository.
Updated the policies.tf file in modules/iam-role-for-service-accounts-eks to point to the new repository.
Files Modified:
Steps to Reproduce:
Click on the outdated links in the documentation.
Verify that they point to the deprecated repository.
Expected Behavior:
The links should now point to the active project repository at https://github.com/external-secrets/external-secrets.
Actual Behavior:
The links currently point to the deprecated repository at https://github.com/external-secrets/kubernetes-external-secrets.