Skip to content

Commit

Permalink
Merge pull request #324 from reidmv/fixup-readme
Browse files Browse the repository at this point in the history
Fixup examples in README.md
  • Loading branch information
elamaran11 authored Dec 12, 2024
2 parents e5fdcd5 + 6cf9ae1 commit 8d5a27c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ metadata:
spec:
provider:
aws: # set secretStore provider to AWS.
service: ParameterStore # Configure service to be Parameter Store
service: SecretsManager # Configure service to be Secrets Manager
region: us-west-2 # Region where the secret is.
auth:
secretRef:
Expand Down Expand Up @@ -209,9 +209,9 @@ kubectl get services -n $NAMESPACE
🚀 Add Kustomization for testing your test job :

```bash
flux create kustomization addons-snow-partner \
flux create kustomization addons-snow-partner-testers \
--source=addons \
--path="./eks-anywhere-snow/testers/Partner" \
--path="./eks-anywhere-snow/Testers/Partner" \
--prune=true \
--interval=5m
```
Expand Down

0 comments on commit 8d5a27c

Please sign in to comment.