provisioning/cluster/oci-reg/default/install-reg.sh
2025-09-22 23:11:41 +01:00

10 lines
109 B
Bash

#!/bin/bash
kubectl apply -f ns
kubectl apply -f volumes
[ -r "bin/apply.sh" ] && ./bin/apply.sh
exit 0