Skip to content

Commit f4688bf

Browse files
committed
change the storage class provider so that it can be used by applications in minikube
1 parent f6d8ee1 commit f4688bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Deploy the apps (for real)
8080
run: |
8181
sed -i 's!debug: false!debug: true!g' roles/app-installer/tasks/install_app.yaml
82-
sed -i 's!csi-cinder-high-speed-retain!standard!g' apps/01-cloudnative-pg/cluster.yaml
82+
sed -i 's!cinder.csi.openstack.org!k8s.io/minikube-hostpath!g' apps/00-storage-class/sc-retain.yaml
8383
sed -i -e 's!https://iam.{{ platform_domain_name }}!http://keycloak-service.iam.svc.cluster.local:8080!g' -e 's!insecure_oidc_skip_issuer_verification="false"!insecure_oidc_skip_issuer_verification="true"!g' apps/oauth2-proxy/values.yaml
8484
conda run -n rspy --no-capture-output env PYTHONUNBUFFERED=1 ANSIBLE_FORCE_COLOR=1 ansible-playbook -v apps.yaml -i inventory/mycluster/hosts.yaml
8585
shell: bash

0 commit comments

Comments
 (0)