Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geosphere-deploy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cspp_geo
geosphere
geosphere-deploy
Commits
7cdf64cc
Verified
Commit
7cdf64cc
authored
4 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Debug KUBECONFIG usage
parent
4f56369a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ci_tests/gitlab-ci.yaml
+1
-0
1 addition, 0 deletions
ci_tests/gitlab-ci.yaml
helpers/helm_base.yaml
+1
-1
1 addition, 1 deletion
helpers/helm_base.yaml
with
2 additions
and
1 deletion
ci_tests/gitlab-ci.yaml
+
1
−
0
View file @
7cdf64cc
...
...
@@ -70,6 +70,7 @@ 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
...
...
This diff is collapsed.
Click to expand it.
helpers/helm_base.yaml
+
1
−
1
View file @
7cdf64cc
...
...
@@ -3,7 +3,7 @@
# image: gitlab.ssec.wisc.edu:5555/cspp_geo/geosphere/geosphere-deploy/cichart:latest
image
:
gitlab.ssec.wisc.edu:5555/cspp_geo/geosphere/gcloud-kubectl-helm/gcloud-kubectl-helm:6d3e308b
variables
:
KUBECONFIG
:
"
$
KUBECONFIG:$
kubekorner_k3s_config"
KUBECONFIG
:
"
$kubekorner_k3s_config"
before_script
:
-
docker info
-
docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment