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