readme command line usage - to specify pipeline file name readme updated to include reasoning behind the project use native golang sqlite RunScriptCommand named in functionMap removed unused functions removed unused functions run script and pipeline example renamed functions to drop the word script and add pipeline verb
12 lines
289 B
Bash
Executable file
12 lines
289 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
EXAMOPLES_DIR=/home/user/projects/crunchy/postgres-operator-examples
|
|
|
|
cd $EXAMOPLES_DIR # || echo "Directory $EXAMOPLES_DIR does not exist" && exit 1
|
|
|
|
pwd
|
|
|
|
# exit 1
|
|
|
|
kubectl apply -k kustomize/install/namespace
|
|
kubectl apply --server-side -k kustomize/install/default
|