mirror of
https://github.com/corda/corda.git
synced 2024-12-29 09:18:58 +00:00
11 lines
152 B
Bash
Executable File
11 lines
152 B
Bash
Executable File
#!/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
|
|
|
|
|