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