Files
service-catalog/charts/kubeflow/apps/pipeline/upstream/third-party/postgresql
2025-01-13 02:31:27 +00:00
..
2025-01-13 02:31:27 +00:00
2025-01-13 02:31:27 +00:00

Build PostgreSQL yaml

# In this folder of manifests/kustomize/third-party/postgresql
rm -rf build
mkdir build
kustomize build ./base -o build

Deploy PostgreSQL container

# In this folder of manifests/kustomize/third-party/postgresql
kubectl -n <your_namespace> apply -f build