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

Double check that we are properly talking to the kubekorner cluster

parent b8a2c036
No related merge requests found
......@@ -70,7 +70,6 @@ test_basic_grb:
extends: .helm_based_job
stage: test
script:
- echo $KUBECONFIG
- ns=$(./helpers/get_namespace.sh)
- cd geosphere-grb/chart
- source cspp-geo-grb/cibuild.env
......@@ -79,6 +78,7 @@ test_basic_grb:
- cp ../../ci_geosphere/values-grb-g16.yaml .
# namespace names are the same as domain names
- kubectl get all --namespace $ns
- kubectl get all --namespace geosphere
# - helm upgrade -v 2 --install --namespace $ns --set persistence.enabled=true --set persistence.storageClass=longhorn -f values-grb-g16.yaml cspp-geo-grb cspp-geo-grb/
dependencies:
- get_chart_grb
......
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