Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixup examples in README.md #324

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Conversation

reidmv
Copy link
Contributor

@reidmv reidmv commented Dec 11, 2024

Description of changes:

Fixes two minor issues in the README.md file.

  • Conformitron uses AWS Secret Store, and most of the README refers to Secret Store, but the local testing ClusterSecretStores example in the README used Parameter Store instead. This could cause confusion for people not familiar with setting up External Secrets. Fix is to specify SecretStore in the example.

  • The Flux Kustomization directions for local testing used the same kustomization name for the addon definition and also for its test. This is likely to cause Flux to replace the existing kustomization with the test path, deleting the addon resources themselves. Fix is to use a different name for the testing kustomization.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

* Conformitron uses AWS Secret Store, and most of the README refers to
  Secret Store, but the local testing ClusterSecretStores example in the
  README used Parameter Store instead. This could cause confusion for
  people not familiar with setting up External Secrets. Fix is to
  specify SecretStore in the example.

* The Flux Kustomization directions for local testing used the same
  kustomization name for the addon definition and also for its test.
  This is likely to cause Flux to replace the existing kustomization
  with the test path, deleting the addon resources themselves. Fix is to
  use a different name for the testing kustomization.
Copy link
Contributor

@elamaran11 elamaran11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@elamaran11
Copy link
Contributor

Merging the ReadMe Fix.

@elamaran11 elamaran11 merged commit 8d5a27c into aws-samples:main Dec 12, 2024
1 of 2 checks passed
@reidmv reidmv deleted the fixup-readme branch December 13, 2024 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants