mirror of
https://github.com/outbackdingo/deployment.git
synced 2026-04-05 05:06:00 +00:00
Update microk8s.yaml
This commit is contained in:
11
.github/workflows/microk8s.yaml
vendored
11
.github/workflows/microk8s.yaml
vendored
@@ -24,5 +24,14 @@ jobs:
|
||||
git clone --depth 1 --branch v6.0.1 https://github.com/minio/operator.git && kubectl apply -k operator/
|
||||
sed -i 's/openebs-hostpath/microk8s-hostpath/g' ./minio-tenant-base.yaml
|
||||
kubectl apply -f minio-tenant-base.yaml
|
||||
echo "Sleeping for 10 seconds, give time for the operator/tenant to create the CRDs" && sleep 10
|
||||
echo "Sleeping for 30 seconds, give time for the operator/tenant to create the CRDs" && sleep 30
|
||||
kubectl get po -A -o wide
|
||||
- name: Install MongoDB
|
||||
id: install-mongodb
|
||||
run: |
|
||||
helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
kubectl create namespace mongodb
|
||||
sed -i 's/openebs-hostpath/microk8s-hostpath/g' ./mongodb-values.yaml
|
||||
helm install mongodb -n mongodb bitnami/mongodb --values ./mongodb-values.yaml
|
||||
echo "Sleeping for 30 seconds, give time for the helm chart to create the pods" && sleep 30
|
||||
kubectl get po -w -A
|
||||
|
||||
Reference in New Issue
Block a user