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
e5a7a819
Verified
Commit
e5a7a819
authored
4 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Fix bash variable typo in tile gen script
parent
a10c0d32
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/deploy_tile_gen.sh
+2
-2
2 additions, 2 deletions
helpers/deploy_tile_gen.sh
with
2 additions
and
2 deletions
helpers/deploy_tile_gen.sh
+
2
−
2
View file @
e5a7a819
...
...
@@ -8,7 +8,7 @@ if [ $# -ne 1 ]; then
fi
# Example: -g16-radf
deploy_suffx
=
"
$1
"
deploy_suff
i
x
=
"
$1
"
ns
=
$(
./helpers/get_namespace.sh
)
cd
geosphere-tile-gen/chart
...
...
@@ -20,4 +20,4 @@ echo "Deploying version $docker_tag to cluster namespace $ns"
# copy extra values files to the local directory (where helm has access via docker mount)
cp
../../ci_geosphere-test/values-tile-gen
${
deploy_suffix
}
.yaml
.
# namespace names are the same as domain names
helm upgrade
-v
2
--install
--kubeconfig
$kubeconfig
--namespace
$ns
-f
values-tile-gen
${
deploy_suffx
}
.yaml geosphere-tile-gen
${
deploy_suffx
}
geosphere-tile-gen/
helm upgrade
-v
2
--install
--kubeconfig
$kubeconfig
--namespace
$ns
-f
values-tile-gen
${
deploy_suff
i
x
}
.yaml geosphere-tile-gen
${
deploy_suff
i
x
}
geosphere-tile-gen/
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