mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
11 lines
152 B
Bash
11 lines
152 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -eux
|
||
|
|
||
|
kubectl apply -f pvcs/artemis.yml
|
||
|
kubectl apply -f pvcs/certificates.yml
|
||
|
kubectl apply -f services/
|
||
|
kubectl apply -f pods/db.yml
|
||
|
|
||
|
|