Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Feast Operator example with Postgres in TLS mode. (#5028)
* rough working instructions to set up postgres in TLS mode and setting up the feast using operator. Signed-off-by: lrangine <[email protected]> * adding the example of postgres tls setup and deploying feast using postgres tls as well. Signed-off-by: lrangine <[email protected]> * deleting the files which are not needed. Signed-off-by: lrangine <[email protected]> * uncommenting the code to uninstall the feast operator. Signed-off-by: lrangine <[email protected]> * Added the postgres example to the examples README.md index. Signed-off-by: lrangine <[email protected]> * Adding more details related to volumes and volumeMounts. and also incorporating code review comments. Signed-off-by: lrangine <[email protected]> * Removed the demo jupyter notebook which is not adding a lot of value. Also fixed some broken links. Signed-off-by: lrangine <[email protected]> * Minor fixes. Signed-off-by: lrangine <[email protected]> * Minor fixes. Signed-off-by: lrangine <[email protected]> * Minor fixes. Signed-off-by: lrangine <[email protected]> * Minor fixes. Signed-off-by: lrangine <[email protected]> * Modified the examples README.md to make it more readable. 1. Now the numbers are automatically ordered when we render to avoid renumbering when we add an example in between. 2. Added separate section for the feast go operator examples. Signed-off-by: lrangine <[email protected]> * Adding the helm chart version to ensure it also works in the future. Signed-off-by: lrangine <[email protected]> --------- Signed-off-by: lrangine <[email protected]>
- Loading branch information