Repository for dip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tenant-catalog/kubeflow/apps/pipeline/upstream/third-party/postgresql
system d1c10ca6d7 Update values 4 months ago
..
base Update values 4 months ago
README.md Update values 4 months ago

README.md

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