Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
TFS
controller
Commits
1d7e485e
Commit
1d7e485e
authored
3 years ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
Extended deploy script to configure dashboards only when WebUI component is included in the deploy.
parent
ba6a772a
No related branches found
No related tags found
2 merge requests
!54
Release 2.0.0
,
!42
Interdomain Component
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deploy_in_kubernetes.sh
+6
-3
6 additions, 3 deletions
deploy_in_kubernetes.sh
with
6 additions
and
3 deletions
deploy_in_kubernetes.sh
+
6
−
3
View file @
1d7e485e
...
...
@@ -131,9 +131,12 @@ for COMPONENT in $COMPONENTS; do
printf
"
\n
"
done
echo
"Configuring DataStores and Dashboards..."
./configure_dashboards.sh
printf
"
\n\n
"
if
[[
"
$COMPONENTS
"
==
*
"webui"
*
]]
;
then
echo
"Configuring WebUI DataStores and Dashboards..."
./configure_dashboards.sh
printf
"
\n\n
"
fi
echo
"Reporting Deployment..."
kubectl
--namespace
$K8S_NAMESPACE
get all
...
...
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