Skip to content

Commit

Permalink
Update the examples based on the suggestions provided. Use an externa…
Browse files Browse the repository at this point in the history
…l database whenever possible, and ensure all information is passed securely using secrets.
  • Loading branch information
ypan887 committed Jan 6, 2025
1 parent cc44b9d commit f84ad5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jfrog-platform/HA-with-distribution-S3/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Note: This requires distribution chart 102.23.0+ to work, which comes default wi
$ kubectl create secret generic my-database --from-literal=db-url='database_url' --from-literal=db-user='admin_user' --from-literal=db-password='password' -n <namespace>
$ kubectl create secret generic my-distribution-database --from-literal=db-url='database_url' --from-literal=db-user='admin_user' --from-literal=db-password='password' -n <namespace>

5. Create the binarystore.xml secrect or pull the values from environment variables.
5. Create the binarystore.xml secret or pull the values from environment variables.

$ kubectl create secret generic my-binarystore --from-file=binarystore.xml

Expand Down

0 comments on commit f84ad5a

Please sign in to comment.