7 lines
127 B
Bash
Executable File
7 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd $(git rev-parse --show-toplevel)/postgres-operator
|
|
|
|
kubectl apply -f manifests/minimal-postgres-manifest.yaml
|
|
|