Skip to content
Snippets Groups Projects
Verified Commit dc2c8f6d authored by David Hoese's avatar David Hoese
Browse files

Switch GeoSphere GRB PVC to local-path instead of longhorn

parent 096efba8
No related branches found
Tags r20210209_1605
No related merge requests found
...@@ -102,7 +102,7 @@ gs deploy g16 grb: ...@@ -102,7 +102,7 @@ gs deploy g16 grb:
- cd geosphere-grb/chart - cd geosphere-grb/chart
- source cspp-geo-grb/cibuild.env - source cspp-geo-grb/cibuild.env
- echo "Deploying version $docker_tag to cluster namespace $ns" - echo "Deploying version $docker_tag to cluster namespace $ns"
- helm upgrade -v 2 --install --namespace $ns --set persistence.enabled=true --set persistence.storageClass=longhorn -f ../../ci_geosphere/values-grb-g16.yaml cspp-geo-grb cspp-geo-grb/ - helm upgrade -v 2 --install --namespace $ns --set persistence.enabled=true --set persistence.storageClass=local-path -f ../../ci_geosphere/values-grb-g16.yaml cspp-geo-grb cspp-geo-grb/
dependencies: dependencies:
- get_chart_grb - get_chart_grb
rules: rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment