EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vs-starter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Data Handling
vs-starter
Commits
08ef381a
Commit
08ef381a
authored
3 years ago
by
Nikola Jankovic
Browse files
Options
Downloads
Patches
Plain Diff
updated readme and gitignore
parent
bc659595
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#17383
passed
3 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
readme.md
+31
-1
31 additions, 1 deletion
readme.md
with
33 additions
and
1 deletion
.gitignore
+
2
−
0
View file @
08ef381a
...
...
@@ -5,3 +5,5 @@ __pycache__/
.mypy_cache/
.pytest_cache/
.pylintrc
build/
dist/
This diff is collapsed.
Click to expand it.
readme.md
+
31
−
1
View file @
08ef381a
# vs-starter
Creates the docker configuration using the rendered helm templates
Creates a docker configuration using the rendered helm templates
## Install
Can be installed by cloning and running
```
shell
python setup.py
install
```
## Usage
The package works on rendered helm templates so the templates from helm should be
rendered first with:
```
shell
helm template <stack-name> chart
--output-dir
<output-dir>
--values
values.custom.yaml
```
Afterwards the
`vs_starter`
command is available:
```
shell
Usage: vs_starter
[
OPTIONS] HELM_CONFIG_PATH OUTPUT_PATH
Options:
-p
,
--param
KEY
=
VALUE parameters
for
the jinja templates
[
slug,
service_url, release_version, sftp,
shibauth_renderer, shibauth_cache]
[
required]
--help
Show this message and exit.
```
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