7 lines
225 B
Bash
Executable file
7 lines
225 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd ~/osh/openstack-helm-infra
|
|
helm upgrade --install ceph-adapter-rook \
|
|
./ceph-adapter-rook/ \
|
|
--namespace=rook-ceph \
|
|
--values=$HOME/vcs/ungleich-tools/openstack/values/ceph-adapter-rook-ceph.yaml
|